Color Hex Logo

#c801dc Color Hex

#C801DC
(200,1,220)
0 Favorites   0 Comments

Color spaces of #c801dc

RGB 2001220
HSL0.820.990.43
HSV295°100°86°
CMYK 0.091.000.00   0.14
XYZ36.748517.468469.1450
Yxy17.46840.29790.1416
Hunter Lab41.795283.8047-68.8313
CIE-Lab48.844984.7497-60.1068

#c801dc color RGB value is (200,1,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000001 11011100
Octal 310 1 334
Decimal 200 1 220
Hex C8 1 DC

RGB Percentages of Color #c801dc

%47.51
%0.24
%52.26

CMYK Percentages of Color #c801dc

%9
%100
%0
%14

Triadic Colors of #c801dc

#c801dc #dcc801 #01dcc8

Analogous Colors of #c801dc

#c801dc #dc0183 #5b01dc

Monochromatic Colors of #c801dc

#c801dc

Complementary Color

#c801dc #15dc01

#c801dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c801dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c801dc Color CSS Codes

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

#c801dc Text Font Color

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

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


#c801dc Background Color

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

This div background color is #c801dc


#c801dc Border Color

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

This div border color is #c801dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c801dc


Comments

No comments written yet.

Please login to write comment.