Color Hex Logo

#a39cbf Color Hex

#A39CBF
(163,156,191)
0 Favorites   0 Comments

Color spaces of #a39cbf

RGB 163156191
HSL0.700.210.68
HSV252°18°75°
CMYK 0.150.180.00   0.25
XYZ36.396735.325154.1903
Yxy35.32510.28910.2806
Hunter Lab59.43495.2985-12.4537
CIE-Lab66.00109.6349-17.1146

#a39cbf color RGB value is (163,156,191).

#a39cbf hex color red value is 163, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a39cbf hue: 0.70 , saturation: 0.21 and the lightness value of a39cbf is 0.68.

The process color (four color CMYK) of #a39cbf color hex is 0.15, 0.18, 0.00, 0.25. Web safe color of #a39cbf is #9999cc. Color #a39cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011100 10111111
Octal 243 234 277
Decimal 163 156 191
Hex A3 9C BF

RGB Percentages of Color #a39cbf

%31.96
%30.59
%37.45

CMYK Percentages of Color #a39cbf

%15
%18
%0
%25

Triadic Colors of #a39cbf

#a39cbf #bfa39c #9cbfa3

Analogous Colors of #a39cbf

#a39cbf #b59cbf #9ca7bf

Monochromatic Colors of #a39cbf

#a39cbf

Complementary Color

#a39cbf #b8bf9c

#a39cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39cbf Color CSS Codes

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

#a39cbf Text Font Color

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

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


#a39cbf Background Color

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

This div background color is #a39cbf


#a39cbf Border Color

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

This div border color is #a39cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39cbf


Comments

No comments written yet.

Please login to write comment.