Color Hex Logo

#cd52cc Color Hex

#CD52CC
(205,82,204)
0 Favorites   0 Comments

Color spaces of #cd52cc

RGB 20582204
HSL0.830.550.56
HSV300°60°80°
CMYK 0.000.600.00   0.20
XYZ39.093223.373459.5778
Yxy23.37340.32030.1915
Hunter Lab48.346059.7317-39.2220
CIE-Lab55.454963.8461-40.3849

#cd52cc color RGB value is (205,82,204).

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

The process color (four color CMYK) of #cd52cc color hex is 0.00, 0.60, 0.00, 0.20. Web safe color of #cd52cc is #cc66cc. Color #cd52cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010010 11001100
Octal 315 122 314
Decimal 205 82 204
Hex CD 52 CC

RGB Percentages of Color #cd52cc

%41.75
%16.70
%41.55

CMYK Percentages of Color #cd52cc

%0
%60
%0
%20

Triadic Colors of #cd52cc

#cd52cc #cccd52 #52cccd

Analogous Colors of #cd52cc

#cd52cc #cd528f #9152cd

Monochromatic Colors of #cd52cc

#cd52cc

Complementary Color

#cd52cc #52cd53

#cd52cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd52cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd52cc Color CSS Codes

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

#cd52cc Text Font Color

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

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


#cd52cc Background Color

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

This div background color is #cd52cc


#cd52cc Border Color

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

This div border color is #cd52cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd52cc


Comments

No comments written yet.

Please login to write comment.