Color Hex Logo

#c996fc Color Hex

#C996FC
(201,150,252)
0 Favorites   0 Comments

Color spaces of #c996fc

RGB 201150252
HSL0.750.940.79
HSV270°40°99°
CMYK 0.200.400.00   0.01
XYZ52.564441.258597.2887
Yxy41.25850.27500.2159
Hunter Lab64.232833.6667-44.8393
CIE-Lab70.356738.1860-43.7423

#c996fc color RGB value is (201,150,252).

#c996fc hex color red value is 201, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c996fc hue: 0.75 , saturation: 0.94 and the lightness value of c996fc is 0.79.

The process color (four color CMYK) of #c996fc color hex is 0.20, 0.40, 0.00, 0.01. Web safe color of #c996fc is #cc99ff. Color #c996fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010110 11111100
Octal 311 226 374
Decimal 201 150 252
Hex C9 96 FC

RGB Percentages of Color #c996fc

%33.33
%24.88
%41.79

CMYK Percentages of Color #c996fc

%20
%40
%0
%1

Triadic Colors of #c996fc

#c996fc #fcc996 #96fcc9

Analogous Colors of #c996fc

#c996fc #fc96fc #9696fc

Monochromatic Colors of #c996fc

#c996fc

Complementary Color

#c996fc #c9fc96

#c996fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c996fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c996fc Color CSS Codes

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

#c996fc Text Font Color

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

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


#c996fc Background Color

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

This div background color is #c996fc


#c996fc Border Color

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

This div border color is #c996fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c996fc


Comments

No comments written yet.

Please login to write comment.