Color Hex Logo

#cd11cc Color Hex

#CD11CC
(205,17,204)
0 Favorites   0 Comments

Color spaces of #cd11cc

RGB 20517204
HSL0.830.850.44
HSV300°92°80°
CMYK 0.000.920.00   0.20
XYZ36.276417.739758.6389
Yxy17.73970.32200.1575
Hunter Lab42.118580.0334-53.0627
CIE-Lab49.178981.7436-50.3418

#cd11cc color RGB value is (205,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010001 11001100
Octal 315 21 314
Decimal 205 17 204
Hex CD 11 CC

RGB Percentages of Color #cd11cc

%48.12
%3.99
%47.89

CMYK Percentages of Color #cd11cc

%0
%92
%0
%20

Triadic Colors of #cd11cc

#cd11cc #cccd11 #11cccd

Analogous Colors of #cd11cc

#cd11cc #cd116e #7011cd

Monochromatic Colors of #cd11cc

#cd11cc

Complementary Color

#cd11cc #11cd12

#cd11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd11cc Color CSS Codes

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

#cd11cc Text Font Color

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

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


#cd11cc Background Color

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

This div background color is #cd11cc


#cd11cc Border Color

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

This div border color is #cd11cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd11cc


Comments

No comments written yet.

Please login to write comment.