Color Hex Logo

#cd57aa Color Hex

#CD57AA
(205,87,170)
0 Favorites   0 Comments

Color spaces of #cd57aa

RGB 20587170
HSL0.880.540.57
HSV318°58°80°
CMYK 0.000.580.17   0.20
XYZ35.840722.697840.5223
Yxy22.69780.36180.2291
Hunter Lab47.642250.9097-17.0798
CIE-Lab54.759756.2304-21.8610

#cd57aa color RGB value is (205,87,170).

#cd57aa hex color red value is 205, green value is 87 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cd57aa hue: 0.88 , saturation: 0.54 and the lightness value of cd57aa is 0.57.

The process color (four color CMYK) of #cd57aa color hex is 0.00, 0.58, 0.17, 0.20. Web safe color of #cd57aa is #cc6699. Color #cd57aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 10101010
Octal 315 127 252
Decimal 205 87 170
Hex CD 57 AA

RGB Percentages of Color #cd57aa

%44.37
%18.83
%36.80

CMYK Percentages of Color #cd57aa

%0
%58
%17
%20

Triadic Colors of #cd57aa

#cd57aa #aacd57 #57aacd

Analogous Colors of #cd57aa

#cd57aa #cd576f #b557cd

Monochromatic Colors of #cd57aa

#cd57aa

Complementary Color

#cd57aa #57cd7a

#cd57aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd57aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd57aa Color CSS Codes

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

#cd57aa Text Font Color

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

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


#cd57aa Background Color

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

This div background color is #cd57aa


#cd57aa Border Color

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

This div border color is #cd57aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd57aa


Comments

No comments written yet.

Please login to write comment.