Color Hex Logo

#c49acd Color Hex

#C49ACD
(196,154,205)
0 Favorites   0 Comments

Color spaces of #c49acd

RGB 196154205
HSL0.800.340.70
HSV289°25°80°
CMYK 0.040.250.00   0.20
XYZ45.340039.254762.9449
Yxy39.25470.30730.2661
Hunter Lab62.653619.5299-15.7082
CIE-Lab68.935424.5762-20.1681

#c49acd color RGB value is (196,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11001101
Octal 304 232 315
Decimal 196 154 205
Hex C4 9A CD

RGB Percentages of Color #c49acd

%35.32
%27.75
%36.94

CMYK Percentages of Color #c49acd

%4
%25
%0
%20

Triadic Colors of #c49acd

#c49acd #cdc49a #9acdc4

Analogous Colors of #c49acd

#c49acd #cd9abd #ab9acd

Monochromatic Colors of #c49acd

#c49acd

Complementary Color

#c49acd #a3cd9a

#c49acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49acd Color CSS Codes

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

#c49acd Text Font Color

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

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


#c49acd Background Color

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

This div background color is #c49acd


#c49acd Border Color

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

This div border color is #c49acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c49acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49acd


Comments

No comments written yet.

Please login to write comment.