Color Hex Logo

#d87aac Color Hex

#D87AAC
(216,122,172)
0 Favorites   0 Comments

Color spaces of #d87aac

RGB 216122172
HSL0.910.550.66
HSV328°44°85°
CMYK 0.000.440.20   0.15
XYZ42.724831.496642.8573
Yxy31.49660.36490.2690
Hunter Lab56.121837.6765-5.9914
CIE-Lab62.924642.8239-10.4952

#d87aac color RGB value is (216,122,172).

#d87aac hex color red value is 216, green value is 122 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d87aac hue: 0.91 , saturation: 0.55 and the lightness value of d87aac is 0.66.

The process color (four color CMYK) of #d87aac color hex is 0.00, 0.44, 0.20, 0.15. Web safe color of #d87aac is #cc6699. Color #d87aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111010 10101100
Octal 330 172 254
Decimal 216 122 172
Hex D8 7A AC

RGB Percentages of Color #d87aac

%42.35
%23.92
%33.73

CMYK Percentages of Color #d87aac

%0
%44
%20
%15

Triadic Colors of #d87aac

#d87aac #acd87a #7aacd8

Analogous Colors of #d87aac

#d87aac #d87a7d #d57ad8

Monochromatic Colors of #d87aac

#d87aac

Complementary Color

#d87aac #7ad8a6

#d87aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87aac Color CSS Codes

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

#d87aac Text Font Color

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

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


#d87aac Background Color

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

This div background color is #d87aac


#d87aac Border Color

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

This div border color is #d87aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87aac


Comments

No comments written yet.

Please login to write comment.