Color Hex Logo

#cd06cc Color Hex

#CD06CC
(205,6,204)
0 Favorites   0 Comments

Color spaces of #cd06cc

RGB 2056204
HSL0.830.940.41
HSV300°97°80°
CMYK 0.000.970.00   0.20
XYZ36.141017.469058.5938
Yxy17.46900.32210.1557
Hunter Lab41.795981.2063-53.8616
CIE-Lab48.845682.7281-50.8746

#cd06cc color RGB value is (205,6,204).

#cd06cc hex color red value is 205, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd06cc hue: 0.83 , saturation: 0.94 and the lightness value of cd06cc is 0.41.

The process color (four color CMYK) of #cd06cc color hex is 0.00, 0.97, 0.00, 0.20. Web safe color of #cd06cc is #cc00cc. Color #cd06cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000110 11001100
Octal 315 6 314
Decimal 205 6 204
Hex CD 6 CC

RGB Percentages of Color #cd06cc

%49.40
%1.45
%49.16

CMYK Percentages of Color #cd06cc

%0
%97
%0
%20

Triadic Colors of #cd06cc

#cd06cc #cccd06 #06cccd

Analogous Colors of #cd06cc

#cd06cc #cd0669 #6b06cd

Monochromatic Colors of #cd06cc

#cd06cc

Complementary Color

#cd06cc #06cd07

#cd06cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd06cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd06cc Color CSS Codes

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

#cd06cc Text Font Color

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

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


#cd06cc Background Color

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

This div background color is #cd06cc


#cd06cc Border Color

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

This div border color is #cd06cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,6,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd06cc


Comments

No comments written yet.

Please login to write comment.