Color Hex Logo

#d87bae Color Hex

#D87BAE
(216,123,174)
0 Favorites   0 Comments

Color spaces of #d87bae

RGB 216123174
HSL0.910.540.66
HSV327°43°85°
CMYK 0.000.430.19   0.15
XYZ43.041831.820843.9179
Yxy31.82080.36240.2679
Hunter Lab56.409937.4814-6.6732
CIE-Lab63.194542.6056-11.2292

#d87bae color RGB value is (216,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111011 10101110
Octal 330 173 256
Decimal 216 123 174
Hex D8 7B AE

RGB Percentages of Color #d87bae

%42.11
%23.98
%33.92

CMYK Percentages of Color #d87bae

%0
%43
%19
%15

Triadic Colors of #d87bae

#d87bae #aed87b #7baed8

Analogous Colors of #d87bae

#d87bae #d87b80 #d47bd8

Monochromatic Colors of #d87bae

#d87bae

Complementary Color

#d87bae #7bd8a5

#d87bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87bae Color CSS Codes

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

#d87bae Text Font Color

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

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


#d87bae Background Color

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

This div background color is #d87bae


#d87bae Border Color

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

This div border color is #d87bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87bae


Comments

No comments written yet.

Please login to write comment.