Color Hex Logo

#c996ce Color Hex

#C996CE
(201,150,206)
0 Favorites   0 Comments

Color spaces of #c996ce

RGB 201150206
HSL0.820.360.70
HSV295°27°81°
CMYK 0.020.270.00   0.19
XYZ46.134338.686463.4282
Yxy38.68640.31120.2610
Hunter Lab62.198423.5513-16.9234
CIE-Lab68.523528.6197-21.3035

#c996ce color RGB value is (201,150,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010110 11001110
Octal 311 226 316
Decimal 201 150 206
Hex C9 96 CE

RGB Percentages of Color #c996ce

%36.09
%26.93
%36.98

CMYK Percentages of Color #c996ce

%2
%27
%0
%19

Triadic Colors of #c996ce

#c996ce #cec996 #96cec9

Analogous Colors of #c996ce

#c996ce #ce96b7 #ad96ce

Monochromatic Colors of #c996ce

#c996ce

Complementary Color

#c996ce #9bce96

#c996ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c996ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c996ce Color CSS Codes

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

#c996ce Text Font Color

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

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


#c996ce Background Color

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

This div background color is #c996ce


#c996ce Border Color

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

This div border color is #c996ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c996ce


Comments

No comments written yet.

Please login to write comment.