Color Hex Logo

#cd12cc Color Hex

#CD12CC
(205,18,204)
0 Favorites   0 Comments

Color spaces of #cd12cc

RGB 20518204
HSL0.830.840.44
HSV300°91°80°
CMYK 0.000.910.00   0.20
XYZ36.292217.771458.6441
Yxy17.77140.32200.1577
Hunter Lab42.156179.8973-52.9700
CIE-Lab49.217781.6290-50.2797

#cd12cc color RGB value is (205,18,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010010 11001100
Octal 315 22 314
Decimal 205 18 204
Hex CD 12 CC

RGB Percentages of Color #cd12cc

%48.01
%4.22
%47.78

CMYK Percentages of Color #cd12cc

%0
%91
%0
%20

Triadic Colors of #cd12cc

#cd12cc #cccd12 #12cccd

Analogous Colors of #cd12cc

#cd12cc #cd126f #7112cd

Monochromatic Colors of #cd12cc

#cd12cc

Complementary Color

#cd12cc #12cd13

#cd12cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd12cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd12cc Color CSS Codes

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

#cd12cc Text Font Color

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

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


#cd12cc Background Color

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

This div background color is #cd12cc


#cd12cc Border Color

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

This div border color is #cd12cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd12cc


Comments

No comments written yet.

Please login to write comment.