Color Hex Logo

#cd52ae Color Hex

#CD52AE
(205,82,174)
0 Favorites   0 Comments

Color spaces of #cd52ae

RGB 20582174
HSL0.880.550.56
HSV315°60°80°
CMYK 0.000.600.15   0.20
XYZ35.834122.069742.4156
Yxy22.06970.35720.2200
Hunter Lab46.978453.9437-20.6466
CIE-Lab54.100959.0479-25.2033

#cd52ae color RGB value is (205,82,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010010 10101110
Octal 315 122 256
Decimal 205 82 174
Hex CD 52 AE

RGB Percentages of Color #cd52ae

%44.47
%17.79
%37.74

CMYK Percentages of Color #cd52ae

%0
%60
%15
%20

Triadic Colors of #cd52ae

#cd52ae #aecd52 #52aecd

Analogous Colors of #cd52ae

#cd52ae #cd5271 #af52cd

Monochromatic Colors of #cd52ae

#cd52ae

Complementary Color

#cd52ae #52cd71

#cd52ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd52ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd52ae Color CSS Codes

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

#cd52ae Text Font Color

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

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


#cd52ae Background Color

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

This div background color is #cd52ae


#cd52ae Border Color

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

This div border color is #cd52ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd52ae


Comments

No comments written yet.

Please login to write comment.