Color Hex Logo

#d588aa Color Hex

#D588AA
(213,136,170)
0 Favorites   0 Comments

Color spaces of #d588aa

RGB 213136170
HSL0.930.480.68
HSV334°36°84°
CMYK 0.000.360.20   0.16
XYZ43.500434.656742.4269
Yxy34.65670.36070.2874
Hunter Lab58.869928.8755-1.5207
CIE-Lab65.480534.1110-5.5962

#d588aa color RGB value is (213,136,170).

#d588aa hex color red value is 213, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d588aa hue: 0.93 , saturation: 0.48 and the lightness value of d588aa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001000 10101010
Octal 325 210 252
Decimal 213 136 170
Hex D5 88 AA

RGB Percentages of Color #d588aa

%41.04
%26.20
%32.76

CMYK Percentages of Color #d588aa

%0
%36
%20
%16

Triadic Colors of #d588aa

#d588aa #aad588 #88aad5

Analogous Colors of #d588aa

#d588aa #d58d88 #d588d1

Monochromatic Colors of #d588aa

#d588aa

Complementary Color

#d588aa #88d5b3

#d588aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d588aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d588aa Color CSS Codes

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

#d588aa Text Font Color

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

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


#d588aa Background Color

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

This div background color is #d588aa


#d588aa Border Color

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

This div border color is #d588aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d588aa


Comments

No comments written yet.

Please login to write comment.