Color Hex Logo

#cd58aa Color Hex

#CD58AA
(205,88,170)
0 Favorites   0 Comments

Color spaces of #cd58aa

RGB 20588170
HSL0.880.540.57
HSV318°57°80°
CMYK 0.000.570.17   0.20
XYZ35.922322.860940.5495
Yxy22.86090.36160.2301
Hunter Lab47.813150.4354-16.8137
CIE-Lab54.928855.7755-21.6016

#cd58aa color RGB value is (205,88,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 10101010
Octal 315 130 252
Decimal 205 88 170
Hex CD 58 AA

RGB Percentages of Color #cd58aa

%44.28
%19.01
%36.72

CMYK Percentages of Color #cd58aa

%0
%57
%17
%20

Triadic Colors of #cd58aa

#cd58aa #aacd58 #58aacd

Analogous Colors of #cd58aa

#cd58aa #cd5870 #b658cd

Monochromatic Colors of #cd58aa

#cd58aa

Complementary Color

#cd58aa #58cd7b

#cd58aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd58aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd58aa Color CSS Codes

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

#cd58aa Text Font Color

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

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


#cd58aa Background Color

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

This div background color is #cd58aa


#cd58aa Border Color

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

This div border color is #cd58aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd58aa


Comments

No comments written yet.

Please login to write comment.