Color Hex Logo

#c79acd Color Hex

#C79ACD
(199,154,205)
0 Favorites   0 Comments

Color spaces of #c79acd

RGB 199154205
HSL0.810.340.70
HSV293°25°80°
CMYK 0.030.250.00   0.20
XYZ46.128239.661162.9817
Yxy39.66110.31010.2666
Hunter Lab62.977120.5343-15.2104
CIE-Lab69.227525.5680-19.6969

#c79acd color RGB value is (199,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011010 11001101
Octal 307 232 315
Decimal 199 154 205
Hex C7 9A CD

RGB Percentages of Color #c79acd

%35.66
%27.60
%36.74

CMYK Percentages of Color #c79acd

%3
%25
%0
%20

Triadic Colors of #c79acd

#c79acd #cdc79a #9acdc7

Analogous Colors of #c79acd

#c79acd #cd9aba #ae9acd

Monochromatic Colors of #c79acd

#c79acd

Complementary Color

#c79acd #a0cd9a

#c79acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79acd Color CSS Codes

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

#c79acd Text Font Color

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

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


#c79acd Background Color

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

This div background color is #c79acd


#c79acd Border Color

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

This div border color is #c79acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79acd


Comments

No comments written yet.

Please login to write comment.