Color Hex Logo

#c08dcc Color Hex

#C08DCC
(192,141,204)
0 Favorites   0 Comments

Color spaces of #c08dcc

RGB 192141204
HSL0.800.380.68
HSV289°31°80°
CMYK 0.060.310.00   0.20
XYZ42.162234.615961.5861
Yxy34.61590.30470.2502
Hunter Lab58.835324.9539-20.8774
CIE-Lab65.448530.2564-24.9723

#c08dcc color RGB value is (192,141,204).

#c08dcc hex color red value is 192, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c08dcc hue: 0.80 , saturation: 0.38 and the lightness value of c08dcc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001101 11001100
Octal 300 215 314
Decimal 192 141 204
Hex C0 8D CC

RGB Percentages of Color #c08dcc

%35.75
%26.26
%37.99

CMYK Percentages of Color #c08dcc

%6
%31
%0
%20

Triadic Colors of #c08dcc

#c08dcc #ccc08d #8dccc0

Analogous Colors of #c08dcc

#c08dcc #cc8db9 #a18dcc

Monochromatic Colors of #c08dcc

#c08dcc

Complementary Color

#c08dcc #99cc8d

#c08dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08dcc Color CSS Codes

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

#c08dcc Text Font Color

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

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


#c08dcc Background Color

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

This div background color is #c08dcc


#c08dcc Border Color

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

This div border color is #c08dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08dcc


Comments

No comments written yet.

Please login to write comment.