Color Hex Logo

#d87aaf Color Hex

#D87AAF
(216,122,175)
0 Favorites   0 Comments

Color spaces of #d87aaf

RGB 216122175
HSL0.910.550.66
HSV326°44°85°
CMYK 0.000.440.19   0.15
XYZ43.016331.613144.3922
Yxy31.61310.36140.2656
Hunter Lab56.225538.1698-7.4538
CIE-Lab63.021843.2741-12.0570

#d87aaf color RGB value is (216,122,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111010 10101111
Octal 330 172 257
Decimal 216 122 175
Hex D8 7A AF

RGB Percentages of Color #d87aaf

%42.11
%23.78
%34.11

CMYK Percentages of Color #d87aaf

%0
%44
%19
%15

Triadic Colors of #d87aaf

#d87aaf #afd87a #7aafd8

Analogous Colors of #d87aaf

#d87aaf #d87a80 #d27ad8

Monochromatic Colors of #d87aaf

#d87aaf

Complementary Color

#d87aaf #7ad8a3

#d87aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87aaf Color CSS Codes

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

#d87aaf Text Font Color

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

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


#d87aaf Background Color

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

This div background color is #d87aaf


#d87aaf Border Color

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

This div border color is #d87aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87aaf


Comments

No comments written yet.

Please login to write comment.