Color Hex Logo

#c099ce Color Hex

#C099CE
(192,153,206)
0 Favorites   0 Comments

Color spaces of #c099ce

RGB 192153206
HSL0.790.350.70
HSV284°26°81°
CMYK 0.070.260.00   0.19
XYZ44.270038.445263.4799
Yxy38.44520.30280.2630
Hunter Lab62.004218.9388-17.2982
CIE-Lab68.347524.0125-21.6524

#c099ce color RGB value is (192,153,206).

#c099ce hex color red value is 192, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c099ce hue: 0.79 , saturation: 0.35 and the lightness value of c099ce is 0.70.

The process color (four color CMYK) of #c099ce color hex is 0.07, 0.26, 0.00, 0.19. Web safe color of #c099ce is #cc99cc. Color #c099ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 11001110
Octal 300 231 316
Decimal 192 153 206
Hex C0 99 CE

RGB Percentages of Color #c099ce

%34.85
%27.77
%37.39

CMYK Percentages of Color #c099ce

%7
%26
%0
%19

Triadic Colors of #c099ce

#c099ce #cec099 #99cec0

Analogous Colors of #c099ce

#c099ce #ce99c2 #a699ce

Monochromatic Colors of #c099ce

#c099ce

Complementary Color

#c099ce #a7ce99

#c099ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c099ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c099ce Color CSS Codes

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

#c099ce Text Font Color

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

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


#c099ce Background Color

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

This div background color is #c099ce


#c099ce Border Color

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

This div border color is #c099ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c099ce


Comments

No comments written yet.

Please login to write comment.