Color Hex Logo

#c96fcc Color Hex

#C96FCC
(201,111,204)
0 Favorites   0 Comments

Color spaces of #c96fcc

RGB 201111204
HSL0.830.480.62
HSV298°46°80°
CMYK 0.010.460.00   0.20
XYZ40.670928.146060.4159
Yxy28.14600.31470.2178
Hunter Lab53.052843.9978-30.3818
CIE-Lab60.020449.1035-33.2768

#c96fcc color RGB value is (201,111,204).

#c96fcc hex color red value is 201, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c96fcc hue: 0.83 , saturation: 0.48 and the lightness value of c96fcc is 0.62.

The process color (four color CMYK) of #c96fcc color hex is 0.01, 0.46, 0.00, 0.20. Web safe color of #c96fcc is #cc66cc. Color #c96fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101111 11001100
Octal 311 157 314
Decimal 201 111 204
Hex C9 6F CC

RGB Percentages of Color #c96fcc

%38.95
%21.51
%39.53

CMYK Percentages of Color #c96fcc

%1
%46
%0
%20

Triadic Colors of #c96fcc

#c96fcc #ccc96f #6fccc9

Analogous Colors of #c96fcc

#c96fcc #cc6fa1 #9b6fcc

Monochromatic Colors of #c96fcc

#c96fcc

Complementary Color

#c96fcc #72cc6f

#c96fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96fcc Color CSS Codes

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

#c96fcc Text Font Color

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

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


#c96fcc Background Color

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

This div background color is #c96fcc


#c96fcc Border Color

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

This div border color is #c96fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,111,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c96fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c96fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #c96fcc;
  box-shadow:         1px 1px 3px 2px #c96fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,111,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96fcc


Comments

No comments written yet.

Please login to write comment.