Color Hex Logo

#d87bad Color Hex

#D87BAD
(216,123,173)
0 Favorites   0 Comments

Color spaces of #d87bad

RGB 216123173
HSL0.910.540.66
HSV328°43°85°
CMYK 0.000.430.20   0.15
XYZ42.944731.782043.4063
Yxy31.78200.36350.2690
Hunter Lab56.375537.3172-6.1874
CIE-Lab63.162342.4554-10.7087

#d87bad color RGB value is (216,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111011 10101101
Octal 330 173 255
Decimal 216 123 173
Hex D8 7B AD

RGB Percentages of Color #d87bad

%42.19
%24.02
%33.79

CMYK Percentages of Color #d87bad

%0
%43
%20
%15

Triadic Colors of #d87bad

#d87bad #add87b #7badd8

Analogous Colors of #d87bad

#d87bad #d87b7f #d57bd8

Monochromatic Colors of #d87bad

#d87bad

Complementary Color

#d87bad #7bd8a6

#d87bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87bad Color CSS Codes

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

#d87bad Text Font Color

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

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


#d87bad Background Color

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

This div background color is #d87bad


#d87bad Border Color

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

This div border color is #d87bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87bad

#d87bad Color Palettes


Comments

No comments written yet.

Please login to write comment.