Color Hex Logo

#bd87bf Color Hex

#BD87BF
(189,135,191)
0 Favorites   0 Comments

Color spaces of #bd87bf

RGB 189135191
HSL0.830.300.64
HSV298°29°75°
CMYK 0.010.290.00   0.25
XYZ39.054231.908453.3908
Yxy31.90840.31410.2566
Hunter Lab56.487524.5577-16.4984
CIE-Lab63.267130.0490-21.0448

#bd87bf color RGB value is (189,135,191).

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

The process color (four color CMYK) of #bd87bf color hex is 0.01, 0.29, 0.00, 0.25. Web safe color of #bd87bf is #cc99cc. Color #bd87bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 10111111
Octal 275 207 277
Decimal 189 135 191
Hex BD 87 BF

RGB Percentages of Color #bd87bf

%36.70
%26.21
%37.09

CMYK Percentages of Color #bd87bf

%1
%29
%0
%25

Triadic Colors of #bd87bf

#bd87bf #bfbd87 #87bfbd

Analogous Colors of #bd87bf

#bd87bf #bf87a5 #a187bf

Monochromatic Colors of #bd87bf

#bd87bf

Complementary Color

#bd87bf #89bf87

#bd87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd87bf Color CSS Codes

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

#bd87bf Text Font Color

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

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


#bd87bf Background Color

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

This div background color is #bd87bf


#bd87bf Border Color

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

This div border color is #bd87bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,135,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd87bf

#bd87bf Color Palettes


Comments

No comments written yet.

Please login to write comment.