Color Hex Logo

#c099cb Color Hex

#C099CB
(192,153,203)
0 Favorites   0 Comments

Color spaces of #c099cb

RGB 192153203
HSL0.800.320.70
HSV287°25°80°
CMYK 0.050.250.00   0.20
XYZ43.909038.300761.5784
Yxy38.30070.30540.2664
Hunter Lab61.887618.3419-15.6725
CIE-Lab68.241723.4122-20.1496

#c099cb color RGB value is (192,153,203).

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

The process color (four color CMYK) of #c099cb color hex is 0.05, 0.25, 0.00, 0.20. Web safe color of #c099cb is #cc99cc. Color #c099cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 11001011
Octal 300 231 313
Decimal 192 153 203
Hex C0 99 CB

RGB Percentages of Color #c099cb

%35.04
%27.92
%37.04

CMYK Percentages of Color #c099cb

%5
%25
%0
%20

Triadic Colors of #c099cb

#c099cb #cbc099 #99cbc0

Analogous Colors of #c099cb

#c099cb #cb99bd #a799cb

Monochromatic Colors of #c099cb

#c099cb

Complementary Color

#c099cb #a4cb99

#c099cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c099cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c099cb Color CSS Codes

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

#c099cb Text Font Color

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

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


#c099cb Background Color

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

This div background color is #c099cb


#c099cb Border Color

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

This div border color is #c099cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c099cb


Comments

No comments written yet.

Please login to write comment.