Color Hex Logo

#b587bd Color Hex

#B587BD
(181,135,189)
0 Favorites   0 Comments

Color spaces of #b587bd

RGB 181135189
HSL0.810.290.64
HSV291°29°74°
CMYK 0.040.290.00   0.26
XYZ36.905330.825852.1490
Yxy30.82580.30790.2571
Hunter Lab55.521021.4888-16.8244
CIE-Lab62.360327.0109-21.3760

#b587bd color RGB value is (181,135,189).

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

The process color (four color CMYK) of #b587bd color hex is 0.04, 0.29, 0.00, 0.26. Web safe color of #b587bd is #cc99cc. Color #b587bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000111 10111101
Octal 265 207 275
Decimal 181 135 189
Hex B5 87 BD

RGB Percentages of Color #b587bd

%35.84
%26.73
%37.43

CMYK Percentages of Color #b587bd

%4
%29
%0
%26

Triadic Colors of #b587bd

#b587bd #bdb587 #87bdb5

Analogous Colors of #b587bd

#b587bd #bd87aa #9a87bd

Monochromatic Colors of #b587bd

#b587bd

Complementary Color

#b587bd #8fbd87

#b587bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b587bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b587bd Color CSS Codes

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

#b587bd Text Font Color

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

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


#b587bd Background Color

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

This div background color is #b587bd


#b587bd Border Color

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

This div border color is #b587bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b587bd

#b587bd Color Palettes


Comments

No comments written yet.

Please login to write comment.