Color Hex Logo

#c096cb Color Hex

#C096CB
(192,150,203)
0 Favorites   0 Comments

Color spaces of #c096cb

RGB 192150203
HSL0.800.340.69
HSV288°26°80°
CMYK 0.050.260.00   0.20
XYZ43.424137.331061.4168
Yxy37.33100.30540.2626
Hunter Lab61.099119.9394-16.8289
CIE-Lab67.524625.0747-21.2411

#c096cb color RGB value is (192,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11001011
Octal 300 226 313
Decimal 192 150 203
Hex C0 96 CB

RGB Percentages of Color #c096cb

%35.23
%27.52
%37.25

CMYK Percentages of Color #c096cb

%5
%26
%0
%20

Triadic Colors of #c096cb

#c096cb #cbc096 #96cbc0

Analogous Colors of #c096cb

#c096cb #cb96bc #a696cb

Monochromatic Colors of #c096cb

#c096cb

Complementary Color

#c096cb #a1cb96

#c096cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096cb Color CSS Codes

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

#c096cb Text Font Color

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

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


#c096cb Background Color

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

This div background color is #c096cb


#c096cb Border Color

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

This div border color is #c096cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096cb


Comments

No comments written yet.

Please login to write comment.