Color Hex Logo

#b587ba Color Hex

#B587BA
(181,135,186)
0 Favorites   0 Comments

Color spaces of #b587ba

RGB 181135186
HSL0.820.270.63
HSV294°27°73°
CMYK 0.030.270.00   0.27
XYZ36.583030.696950.4513
Yxy30.69690.31070.2607
Hunter Lab55.404820.9027-15.2058
CIE-Lab62.250926.4174-19.8477

#b587ba color RGB value is (181,135,186).

#b587ba hex color red value is 181, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b587ba hue: 0.82 , saturation: 0.27 and the lightness value of b587ba is 0.63.

The process color (four color CMYK) of #b587ba color hex is 0.03, 0.27, 0.00, 0.27. Web safe color of #b587ba is #cc99cc. Color #b587ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000111 10111010
Octal 265 207 272
Decimal 181 135 186
Hex B5 87 BA

RGB Percentages of Color #b587ba

%36.06
%26.89
%37.05

CMYK Percentages of Color #b587ba

%3
%27
%0
%27

Triadic Colors of #b587ba

#b587ba #bab587 #87bab5

Analogous Colors of #b587ba

#b587ba #ba87a6 #9c87ba

Monochromatic Colors of #b587ba

#b587ba

Complementary Color

#b587ba #8cba87

#b587ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b587ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b587ba Color CSS Codes

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

#b587ba Text Font Color

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

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


#b587ba Background Color

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

This div background color is #b587ba


#b587ba Border Color

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

This div border color is #b587ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b587ba


Comments

No comments written yet.

Please login to write comment.