Color Hex Logo

#a39eba Color Hex

#A39EBA
(163,158,186)
0 Favorites   0 Comments

Color spaces of #a39eba

RGB 163158186
HSL0.700.170.67
HSV251°15°73°
CMYK 0.120.150.00   0.27
XYZ36.194035.785451.4540
Yxy35.78540.29320.2899
Hunter Lab59.82093.3130-9.1227
CIE-Lab66.35567.4310-13.7892

#a39eba color RGB value is (163,158,186).

#a39eba hex color red value is 163, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a39eba hue: 0.70 , saturation: 0.17 and the lightness value of a39eba is 0.67.

The process color (four color CMYK) of #a39eba color hex is 0.12, 0.15, 0.00, 0.27. Web safe color of #a39eba is #9999cc. Color #a39eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011110 10111010
Octal 243 236 272
Decimal 163 158 186
Hex A3 9E BA

RGB Percentages of Color #a39eba

%32.15
%31.16
%36.69

CMYK Percentages of Color #a39eba

%12
%15
%0
%27

Triadic Colors of #a39eba

#a39eba #baa39e #9ebaa3

Analogous Colors of #a39eba

#a39eba #b19eba #9ea7ba

Monochromatic Colors of #a39eba

#a39eba

Complementary Color

#a39eba #b5ba9e

#a39eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39eba Color CSS Codes

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

#a39eba Text Font Color

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

This sample text font color is #a39eba
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.


#a39eba Background Color

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

This div background color is #a39eba


#a39eba Border Color

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

This div border color is #a39eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39eba


Comments

No comments written yet.

Please login to write comment.