Color Hex Logo

#d580aa Color Hex

#D580AA
(213,128,170)
0 Favorites   0 Comments

Color spaces of #d580aa

RGB 213128170
HSL0.920.500.67
HSV330°40°84°
CMYK 0.000.400.20   0.16
XYZ42.415432.486842.0652
Yxy32.48680.36260.2777
Hunter Lab56.997233.0886-3.8593
CIE-Lab63.743238.3688-8.1753

#d580aa color RGB value is (213,128,170).

#d580aa hex color red value is 213, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d580aa hue: 0.92 , saturation: 0.50 and the lightness value of d580aa is 0.67.

The process color (four color CMYK) of #d580aa color hex is 0.00, 0.40, 0.20, 0.16. Web safe color of #d580aa is #cc9999. Color #d580aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 10101010
Octal 325 200 252
Decimal 213 128 170
Hex D5 80 AA

RGB Percentages of Color #d580aa

%41.68
%25.05
%33.27

CMYK Percentages of Color #d580aa

%0
%40
%20
%16

Triadic Colors of #d580aa

#d580aa #aad580 #80aad5

Analogous Colors of #d580aa

#d580aa #d58180 #d580d5

Monochromatic Colors of #d580aa

#d580aa

Complementary Color

#d580aa #80d5ab

#d580aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d580aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d580aa Color CSS Codes

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

#d580aa Text Font Color

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

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


#d580aa Background Color

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

This div background color is #d580aa


#d580aa Border Color

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

This div border color is #d580aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d580aa


Comments

No comments written yet.

Please login to write comment.