Color Hex Logo

#c596cb Color Hex

#C596CB
(197,150,203)
0 Favorites   0 Comments

Color spaces of #c596cb

RGB 197150203
HSL0.810.340.69
HSV293°26°80°
CMYK 0.030.260.00   0.20
XYZ44.711837.994861.4771
Yxy37.99480.31010.2635
Hunter Lab61.639921.6088-15.9854
CIE-Lab68.016826.7229-20.4466

#c596cb color RGB value is (197,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010110 11001011
Octal 305 226 313
Decimal 197 150 203
Hex C5 96 CB

RGB Percentages of Color #c596cb

%35.82
%27.27
%36.91

CMYK Percentages of Color #c596cb

%3
%26
%0
%20

Triadic Colors of #c596cb

#c596cb #cbc596 #96cbc5

Analogous Colors of #c596cb

#c596cb #cb96b7 #ab96cb

Monochromatic Colors of #c596cb

#c596cb

Complementary Color

#c596cb #9ccb96

#c596cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c596cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c596cb Color CSS Codes

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

#c596cb Text Font Color

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

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


#c596cb Background Color

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

This div background color is #c596cb


#c596cb Border Color

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

This div border color is #c596cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c596cb


Comments

No comments written yet.

Please login to write comment.