Color Hex Logo

#c08fcc Color Hex

#C08FCC
(192,143,204)
0 Favorites   0 Comments

Color spaces of #c08fcc

RGB 192143204
HSL0.800.370.68
HSV288°30°80°
CMYK 0.060.300.00   0.20
XYZ42.459835.211061.6853
Yxy35.21100.30470.2527
Hunter Lab59.338923.8823-20.0973
CIE-Lab65.912629.1511-24.2609

#c08fcc color RGB value is (192,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 11001100
Octal 300 217 314
Decimal 192 143 204
Hex C0 8F CC

RGB Percentages of Color #c08fcc

%35.62
%26.53
%37.85

CMYK Percentages of Color #c08fcc

%6
%30
%0
%20

Triadic Colors of #c08fcc

#c08fcc #ccc08f #8fccc0

Analogous Colors of #c08fcc

#c08fcc #cc8fba #a28fcc

Monochromatic Colors of #c08fcc

#c08fcc

Complementary Color

#c08fcc #9bcc8f

#c08fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fcc Color CSS Codes

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

#c08fcc Text Font Color

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

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


#c08fcc Background Color

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

This div background color is #c08fcc


#c08fcc Border Color

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

This div border color is #c08fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fcc


Comments

No comments written yet.

Please login to write comment.