Color Hex Logo

#d987ae Color Hex

#D987AE
(217,135,174)
0 Favorites   0 Comments

Color spaces of #d987ae

RGB 217135174
HSL0.920.520.69
HSV331°38°85°
CMYK 0.000.380.20   0.15
XYZ44.919235.135744.4588
Yxy35.13570.36080.2822
Hunter Lab59.275431.5364-2.9770
CIE-Lab65.854236.6448-7.2477

#d987ae color RGB value is (217,135,174).

#d987ae hex color red value is 217, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d987ae hue: 0.92 , saturation: 0.52 and the lightness value of d987ae is 0.69.

The process color (four color CMYK) of #d987ae color hex is 0.00, 0.38, 0.20, 0.15. Web safe color of #d987ae is #cc9999. Color #d987ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 10101110
Octal 331 207 256
Decimal 217 135 174
Hex D9 87 AE

RGB Percentages of Color #d987ae

%41.25
%25.67
%33.08

CMYK Percentages of Color #d987ae

%0
%38
%20
%15

Triadic Colors of #d987ae

#d987ae #aed987 #87aed9

Analogous Colors of #d987ae

#d987ae #d98987 #d987d7

Monochromatic Colors of #d987ae

#d987ae

Complementary Color

#d987ae #87d9b2

#d987ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987ae Color CSS Codes

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

#d987ae Text Font Color

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

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


#d987ae Background Color

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

This div background color is #d987ae


#d987ae Border Color

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

This div border color is #d987ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987ae


Comments

No comments written yet.

Please login to write comment.