Color Hex Logo

#c808dd Color Hex

#C808DD
(200,8,221)
0 Favorites   0 Comments

Color spaces of #c808dd

RGB 2008221
HSL0.820.930.45
HSV294°96°87°
CMYK 0.100.960.00   0.13
XYZ36.957417.673569.8701
Yxy17.67350.29680.1420
Hunter Lab42.039983.3503-69.1119
CIE-Lab49.097784.3490-60.2698

#c808dd color RGB value is (200,8,221).

#c808dd hex color red value is 200, green value is 8 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c808dd hue: 0.82 , saturation: 0.93 and the lightness value of c808dd is 0.45.

The process color (four color CMYK) of #c808dd color hex is 0.10, 0.96, 0.00, 0.13. Web safe color of #c808dd is #cc00cc. Color #c808dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 11011101
Octal 310 10 335
Decimal 200 8 221
Hex C8 8 DD

RGB Percentages of Color #c808dd

%46.62
%1.86
%51.52

CMYK Percentages of Color #c808dd

%10
%96
%0
%13

Triadic Colors of #c808dd

#c808dd #ddc808 #08ddc8

Analogous Colors of #c808dd

#c808dd #dd0888 #5e08dd

Monochromatic Colors of #c808dd

#c808dd

Complementary Color

#c808dd #1ddd08

#c808dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c808dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c808dd Color CSS Codes

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

#c808dd Text Font Color

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

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


#c808dd Background Color

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

This div background color is #c808dd


#c808dd Border Color

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

This div border color is #c808dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,8,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c808dd


Comments

No comments written yet.

Please login to write comment.