Color Hex Logo

#c901dc Color Hex

#C901DC
(201,1,220)
0 Favorites   0 Comments

Color spaces of #c901dc

RGB 2011220
HSL0.820.990.43
HSV295°100°86°
CMYK 0.091.000.00   0.14
XYZ37.016517.606569.1576
Yxy17.60650.29900.1422
Hunter Lab41.960184.0395-68.3482
CIE-Lab49.015384.8984-59.8234

#c901dc color RGB value is (201,1,220).

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

The process color (four color CMYK) of #c901dc color hex is 0.09, 1.00, 0.00, 0.14. Web safe color of #c901dc is #cc00cc. Color #c901dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 11011100
Octal 311 1 334
Decimal 201 1 220
Hex C9 1 DC

RGB Percentages of Color #c901dc

%47.63
%0.24
%52.13

CMYK Percentages of Color #c901dc

%9
%100
%0
%14

Triadic Colors of #c901dc

#c901dc #dcc901 #01dcc9

Analogous Colors of #c901dc

#c901dc #dc0182 #5c01dc

Monochromatic Colors of #c901dc

#c901dc

Complementary Color

#c901dc #14dc01

#c901dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c901dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c901dc Color CSS Codes

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

#c901dc Text Font Color

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

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


#c901dc Background Color

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

This div background color is #c901dc


#c901dc Border Color

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

This div border color is #c901dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c901dc


Comments

No comments written yet.

Please login to write comment.