Color Hex Logo

#c901cb Color Hex

#C901CB
(201,1,203)
0 Favorites   0 Comments

Color spaces of #c901cb

RGB 2011203
HSL0.830.990.40
HSV299°100°80°
CMYK 0.011.000.00   0.20
XYZ34.877716.751057.8949
Yxy16.75100.31840.1529
Hunter Lab40.928080.4888-55.2194
CIE-Lab47.944882.3405-51.7784

#c901cb color RGB value is (201,1,203).

#c901cb hex color red value is 201, green value is 1 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c901cb hue: 0.83 , saturation: 0.99 and the lightness value of c901cb is 0.40.

The process color (four color CMYK) of #c901cb color hex is 0.01, 1.00, 0.00, 0.20. Web safe color of #c901cb is #cc00cc. Color #c901cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 11001011
Octal 311 1 313
Decimal 201 1 203
Hex C9 1 CB

RGB Percentages of Color #c901cb

%49.63
%0.25
%50.12

CMYK Percentages of Color #c901cb

%1
%100
%0
%20

Triadic Colors of #c901cb

#c901cb #cbc901 #01cbc9

Analogous Colors of #c901cb

#c901cb #cb0168 #6401cb

Monochromatic Colors of #c901cb

#c901cb

Complementary Color

#c901cb #03cb01

#c901cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c901cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c901cb Color CSS Codes

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

#c901cb Text Font Color

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

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


#c901cb Background Color

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

This div background color is #c901cb


#c901cb Border Color

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

This div border color is #c901cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c901cb


Comments

No comments written yet.

Please login to write comment.