Color Hex Logo

#cd5aaf Color Hex

#CD5AAF
(205,90,175)
0 Favorites   0 Comments

Color spaces of #cd5aaf

RGB 20590175
HSL0.880.530.58
HSV316°56°80°
CMYK 0.000.560.15   0.20
XYZ36.570923.386643.1440
Yxy23.38660.35470.2268
Hunter Lab48.359750.3570-19.0437
CIE-Lab55.468355.6126-23.6770

#cd5aaf color RGB value is (205,90,175).

#cd5aaf hex color red value is 205, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cd5aaf hue: 0.88 , saturation: 0.53 and the lightness value of cd5aaf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011010 10101111
Octal 315 132 257
Decimal 205 90 175
Hex CD 5A AF

RGB Percentages of Color #cd5aaf

%43.62
%19.15
%37.23

CMYK Percentages of Color #cd5aaf

%0
%56
%15
%20

Triadic Colors of #cd5aaf

#cd5aaf #afcd5a #5aafcd

Analogous Colors of #cd5aaf

#cd5aaf #cd5a76 #b25acd

Monochromatic Colors of #cd5aaf

#cd5aaf

Complementary Color

#cd5aaf #5acd78

#cd5aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5aaf Color CSS Codes

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

#cd5aaf Text Font Color

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

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


#cd5aaf Background Color

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

This div background color is #cd5aaf


#cd5aaf Border Color

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

This div border color is #cd5aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5aaf


Comments

No comments written yet.

Please login to write comment.