Color Hex Logo

#c59acd Color Hex

#C59ACD
(197,154,205)
0 Favorites   0 Comments

Color spaces of #c59acd

RGB 197154205
HSL0.810.340.70
HSV291°25°80°
CMYK 0.040.250.00   0.20
XYZ45.601039.389362.9571
Yxy39.38930.30820.2662
Hunter Lab62.760919.8635-15.5427
CIE-Lab69.032324.9064-20.0117

#c59acd color RGB value is (197,154,205).

#c59acd hex color red value is 197, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c59acd hue: 0.81 , saturation: 0.34 and the lightness value of c59acd is 0.70.

The process color (four color CMYK) of #c59acd color hex is 0.04, 0.25, 0.00, 0.20. Web safe color of #c59acd is #cc99cc. Color #c59acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011010 11001101
Octal 305 232 315
Decimal 197 154 205
Hex C5 9A CD

RGB Percentages of Color #c59acd

%35.43
%27.70
%36.87

CMYK Percentages of Color #c59acd

%4
%25
%0
%20

Triadic Colors of #c59acd

#c59acd #cdc59a #9acdc5

Analogous Colors of #c59acd

#c59acd #cd9abc #ac9acd

Monochromatic Colors of #c59acd

#c59acd

Complementary Color

#c59acd #a2cd9a

#c59acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59acd Color CSS Codes

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

#c59acd Text Font Color

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

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


#c59acd Background Color

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

This div background color is #c59acd


#c59acd Border Color

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

This div border color is #c59acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,154,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c59acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c59acd;
  -webkit-box-shadow: 1px 1px 3px 2px #c59acd;
  box-shadow:         1px 1px 3px 2px #c59acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,154,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59acd


Comments

No comments written yet.

Please login to write comment.