Color Hex Logo

#a38bef Color Hex

#A38BEF
(163,139,239)
0 Favorites   0 Comments

Color spaces of #a38bef

RGB 163139239
HSL0.710.760.74
HSV254°42°94°
CMYK 0.320.420.00   0.06
XYZ39.916932.483885.8275
Yxy32.48380.25230.2053
Hunter Lab56.994625.2744-49.3880
CIE-Lab63.740730.7247-47.2664

#a38bef color RGB value is (163,139,239).

#a38bef hex color red value is 163, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a38bef hue: 0.71 , saturation: 0.76 and the lightness value of a38bef is 0.74.

The process color (four color CMYK) of #a38bef color hex is 0.32, 0.42, 0.00, 0.06. Web safe color of #a38bef is #9999ff. Color #a38bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001011 11101111
Octal 243 213 357
Decimal 163 139 239
Hex A3 8B EF

RGB Percentages of Color #a38bef

%30.13
%25.69
%44.18

CMYK Percentages of Color #a38bef

%32
%42
%0
%6

Triadic Colors of #a38bef

#a38bef #efa38b #8befa3

Analogous Colors of #a38bef

#a38bef #d58bef #8ba5ef

Monochromatic Colors of #a38bef

#a38bef

Complementary Color

#a38bef #d7ef8b

#a38bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38bef Color CSS Codes

.mybgcolor {background-color:#a38bef; } 
.myforecolor {color:#a38bef; }
.mybordercolor {border:3px solid #a38bef; }

#a38bef Text Font Color

<p style="color:#a38bef">Text here</p>

This sample text font color is #a38bef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a38bef Background Color

<div style="background-color:#a38bef">
Div content here</div>

This div background color is #a38bef


#a38bef Border Color

<div style="border:3px solid #a38bef">
Div here</div>

This div border color is #a38bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,139,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a38bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a38bef;
  -webkit-box-shadow: 1px 1px 3px 2px #a38bef;
  box-shadow:         1px 1px 3px 2px #a38bef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,139,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a38bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a38bef;
  -webkit-box-shadow: 1px 1px 3px 2px #a38bef;
  box-shadow:         1px 1px 3px 2px #a38bef;">
Div content here</div>

This div box has shadow with color #a38bef


Comments

No comments written yet.

Please login to write comment.