Color Hex Logo

#bd87ae Color Hex

#BD87AE
(189,135,174)
0 Favorites   0 Comments

Color spaces of #bd87ae

RGB 189135174
HSL0.880.290.64
HSV317°29°74°
CMYK 0.000.290.08   0.26
XYZ37.290231.202844.1017
Yxy31.20280.33120.2771
Hunter Lab55.859521.4075-7.7085
CIE-Lab62.678526.9033-12.3248

#bd87ae color RGB value is (189,135,174).

#bd87ae hex color red value is 189, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd87ae hue: 0.88 , saturation: 0.29 and the lightness value of bd87ae is 0.64.

The process color (four color CMYK) of #bd87ae color hex is 0.00, 0.29, 0.08, 0.26. Web safe color of #bd87ae is #cc9999. Color #bd87ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 10101110
Octal 275 207 256
Decimal 189 135 174
Hex BD 87 AE

RGB Percentages of Color #bd87ae

%37.95
%27.11
%34.94

CMYK Percentages of Color #bd87ae

%0
%29
%8
%26

Triadic Colors of #bd87ae

#bd87ae #aebd87 #87aebd

Analogous Colors of #bd87ae

#bd87ae #bd8793 #b187bd

Monochromatic Colors of #bd87ae

#bd87ae

Complementary Color

#bd87ae #87bd96

#bd87ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd87ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd87ae Color CSS Codes

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

#bd87ae Text Font Color

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

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


#bd87ae Background Color

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

This div background color is #bd87ae


#bd87ae Border Color

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

This div border color is #bd87ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd87ae


Comments

No comments written yet.

Please login to write comment.