Color Hex Logo

#c901cd Color Hex

#C901CD
(201,1,205)
0 Favorites   0 Comments

Color spaces of #c901cd

RGB 2011205
HSL0.830.990.40
HSV299°100°80°
CMYK 0.021.000.00   0.20
XYZ35.117716.847059.1585
Yxy16.84700.31600.1516
Hunter Lab41.045180.8936-56.7234
CIE-Lab48.066782.6341-52.7385

#c901cd color RGB value is (201,1,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 11001101
Octal 311 1 315
Decimal 201 1 205
Hex C9 1 CD

RGB Percentages of Color #c901cd

%49.39
%0.25
%50.37

CMYK Percentages of Color #c901cd

%2
%100
%0
%20

Triadic Colors of #c901cd

#c901cd #cdc901 #01cdc9

Analogous Colors of #c901cd

#c901cd #cd016b #6301cd

Monochromatic Colors of #c901cd

#c901cd

Complementary Color

#c901cd #05cd01

#c901cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c901cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c901cd Color CSS Codes

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

#c901cd Text Font Color

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

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


#c901cd Background Color

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

This div background color is #c901cd


#c901cd Border Color

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

This div border color is #c901cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c901cd


Comments

No comments written yet.

Please login to write comment.