Color Hex Logo

#c806dd Color Hex

#C806DD
(200,6,221)
0 Favorites   0 Comments

Color spaces of #c806dd

RGB 2006221
HSL0.820.950.45
HSV294°97°87°
CMYK 0.100.970.00   0.13
XYZ36.935717.630169.8628
Yxy17.63010.29680.1417
Hunter Lab41.988283.5414-69.2589
CIE-Lab49.044484.5074-60.3557

#c806dd color RGB value is (200,6,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000110 11011101
Octal 310 6 335
Decimal 200 6 221
Hex C8 6 DD

RGB Percentages of Color #c806dd

%46.84
%1.41
%51.76

CMYK Percentages of Color #c806dd

%10
%97
%0
%13

Triadic Colors of #c806dd

#c806dd #ddc806 #06ddc8

Analogous Colors of #c806dd

#c806dd #dd0687 #5c06dd

Monochromatic Colors of #c806dd

#c806dd

Complementary Color

#c806dd #1bdd06

#c806dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c806dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c806dd Color CSS Codes

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

#c806dd Text Font Color

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

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


#c806dd Background Color

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

This div background color is #c806dd


#c806dd Border Color

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

This div border color is #c806dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c806dd


Comments

No comments written yet.

Please login to write comment.