Color Hex Logo

#c800dc Color Hex

#C800DC
(200,0,220)
0 Favorites   0 Comments

Color spaces of #c800dc

RGB 2000220
HSL0.821.000.43
HSV295°100°86°
CMYK 0.091.000.00   0.14
XYZ36.737717.446769.1414
Yxy17.44670.29790.1415
Hunter Lab41.769283.9016-68.9054
CIE-Lab48.818084.8298-60.1501

#c800dc color RGB value is (200,0,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000000 11011100
Octal 310 0 334
Decimal 200 0 220
Hex C8 0 DC

RGB Percentages of Color #c800dc

%47.62
%0.00
%52.38

CMYK Percentages of Color #c800dc

%9
%100
%0
%14

Triadic Colors of #c800dc

#c800dc #dcc800 #00dcc8

Analogous Colors of #c800dc

#c800dc #dc0082 #5a00dc

Monochromatic Colors of #c800dc

#c800dc

Complementary Color

#c800dc #14dc00

#c800dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c800dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c800dc Color CSS Codes

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

#c800dc Text Font Color

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

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


#c800dc Background Color

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

This div background color is #c800dc


#c800dc Border Color

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

This div border color is #c800dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c800dc


Comments

No comments written yet.

Please login to write comment.