Color Hex Logo

#d887a4 Color Hex

#D887A4
(216,135,164)
0 Favorites   0 Comments

Color spaces of #d887a4

RGB 216135164
HSL0.940.510.69
HSV339°38°85°
CMYK 0.000.380.24   0.15
XYZ43.683734.607239.4994
Yxy34.60720.37090.2938
Hunter Lab58.827929.59961.3698
CIE-Lab65.441734.8187-2.2229

#d887a4 color RGB value is (216,135,164).

#d887a4 hex color red value is 216, green value is 135 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #d887a4 hue: 0.94 , saturation: 0.51 and the lightness value of d887a4 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000111 10100100
Octal 330 207 244
Decimal 216 135 164
Hex D8 87 A4

RGB Percentages of Color #d887a4

%41.94
%26.21
%31.84

CMYK Percentages of Color #d887a4

%0
%38
%24
%15

Triadic Colors of #d887a4

#d887a4 #a4d887 #87a4d8

Analogous Colors of #d887a4

#d887a4 #d89387 #d887cd

Monochromatic Colors of #d887a4

#d887a4

Complementary Color

#d887a4 #87d8bb

#d887a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d887a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d887a4 Color CSS Codes

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

#d887a4 Text Font Color

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

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


#d887a4 Background Color

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

This div background color is #d887a4


#d887a4 Border Color

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

This div border color is #d887a4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,135,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d887a4


Comments

No comments written yet.

Please login to write comment.