Color Hex Logo

#c596ce Color Hex

#C596CE
(197,150,206)
0 Favorites   0 Comments

Color spaces of #c596ce

RGB 197150206
HSL0.810.360.70
HSV290°27°81°
CMYK 0.040.270.00   0.19
XYZ45.072938.139263.3785
Yxy38.13920.30750.2602
Hunter Lab61.756922.2024-17.6169
CIE-Lab68.123127.3087-21.9503

#c596ce color RGB value is (197,150,206).

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

The process color (four color CMYK) of #c596ce color hex is 0.04, 0.27, 0.00, 0.19. Web safe color of #c596ce is #cc99cc. Color #c596ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010110 11001110
Octal 305 226 316
Decimal 197 150 206
Hex C5 96 CE

RGB Percentages of Color #c596ce

%35.62
%27.12
%37.25

CMYK Percentages of Color #c596ce

%4
%27
%0
%19

Triadic Colors of #c596ce

#c596ce #cec596 #96cec5

Analogous Colors of #c596ce

#c596ce #ce96bb #a996ce

Monochromatic Colors of #c596ce

#c596ce

Complementary Color

#c596ce #9fce96

#c596ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c596ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c596ce Color CSS Codes

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

#c596ce Text Font Color

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

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


#c596ce Background Color

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

This div background color is #c596ce


#c596ce Border Color

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

This div border color is #c596ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c596ce


Comments

No comments written yet.

Please login to write comment.