Color Hex Logo

#d588ae Color Hex

#D588AE
(213,136,174)
0 Favorites   0 Comments

Color spaces of #d588ae

RGB 213136174
HSL0.920.480.68
HSV330°36°84°
CMYK 0.000.360.18   0.16
XYZ43.884734.810444.4505
Yxy34.81040.35640.2827
Hunter Lab59.000329.5185-3.3685
CIE-Lab65.600834.7239-7.6754

#d588ae color RGB value is (213,136,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001000 10101110
Octal 325 210 256
Decimal 213 136 174
Hex D5 88 AE

RGB Percentages of Color #d588ae

%40.73
%26.00
%33.27

CMYK Percentages of Color #d588ae

%0
%36
%18
%16

Triadic Colors of #d588ae

#d588ae #aed588 #88aed5

Analogous Colors of #d588ae

#d588ae #d58988 #d588d5

Monochromatic Colors of #d588ae

#d588ae

Complementary Color

#d588ae #88d5af

#d588ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d588ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d588ae Color CSS Codes

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

#d588ae Text Font Color

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

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


#d588ae Background Color

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

This div background color is #d588ae


#d588ae Border Color

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

This div border color is #d588ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,136,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d588ae


Comments

No comments written yet.

Please login to write comment.