Color Hex Logo

#c08fcd Color Hex

#C08FCD
(192,143,205)
0 Favorites   0 Comments

Color spaces of #c08fcd

RGB 192143205
HSL0.800.380.68
HSV287°30°80°
CMYK 0.060.300.00   0.20
XYZ42.580135.259262.3191
Yxy35.25920.30380.2516
Hunter Lab59.379524.0856-20.6596
CIE-Lab65.950029.3507-24.7613

#c08fcd color RGB value is (192,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 11001101
Octal 300 217 315
Decimal 192 143 205
Hex C0 8F CD

RGB Percentages of Color #c08fcd

%35.56
%26.48
%37.96

CMYK Percentages of Color #c08fcd

%6
%30
%0
%20

Triadic Colors of #c08fcd

#c08fcd #cdc08f #8fcdc0

Analogous Colors of #c08fcd

#c08fcd #cd8fbb #a18fcd

Monochromatic Colors of #c08fcd

#c08fcd

Complementary Color

#c08fcd #9ccd8f

#c08fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fcd Color CSS Codes

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

#c08fcd Text Font Color

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

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


#c08fcd Background Color

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

This div background color is #c08fcd


#c08fcd Border Color

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

This div border color is #c08fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fcd


Comments

No comments written yet.

Please login to write comment.