Color Hex Logo

#c09dcc Color Hex

#C09DCC
(192,157,204)
0 Favorites   0 Comments

Color spaces of #c09dcc

RGB 192157204
HSL0.790.320.71
HSV285°23°80°
CMYK 0.060.230.00   0.20
XYZ44.694339.680062.4301
Yxy39.68000.30440.2703
Hunter Lab62.992116.4137-14.6666
CIE-Lab69.241021.3953-19.1857

#c09dcc color RGB value is (192,157,204).

#c09dcc hex color red value is 192, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c09dcc hue: 0.79 , saturation: 0.32 and the lightness value of c09dcc is 0.71.

The process color (four color CMYK) of #c09dcc color hex is 0.06, 0.23, 0.00, 0.20. Web safe color of #c09dcc is #cc99cc. Color #c09dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 11001100
Octal 300 235 314
Decimal 192 157 204
Hex C0 9D CC

RGB Percentages of Color #c09dcc

%34.72
%28.39
%36.89

CMYK Percentages of Color #c09dcc

%6
%23
%0
%20

Triadic Colors of #c09dcc

#c09dcc #ccc09d #9dccc0

Analogous Colors of #c09dcc

#c09dcc #cc9dc1 #a99dcc

Monochromatic Colors of #c09dcc

#c09dcc

Complementary Color

#c09dcc #a9cc9d

#c09dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09dcc Color CSS Codes

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

#c09dcc Text Font Color

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

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


#c09dcc Background Color

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

This div background color is #c09dcc


#c09dcc Border Color

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

This div border color is #c09dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,157,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c09dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c09dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #c09dcc;
  box-shadow:         1px 1px 3px 2px #c09dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,157,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09dcc


Comments

No comments written yet.

Please login to write comment.