Color Hex Logo

#b059bb Color Hex

#B059BB
(176,89,187)
0 Favorites   0 Comments

Color spaces of #b059bb

RGB 17689187
HSL0.810.420.54
HSV293°52°73°
CMYK 0.060.520.00   0.27
XYZ30.446519.962749.2622
Yxy19.96270.30550.2003
Hunter Lab44.679643.4477-34.0953
CIE-Lab51.795049.8932-36.6496

#b059bb color RGB value is (176,89,187).

#b059bb hex color red value is 176, green value is 89 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b059bb hue: 0.81 , saturation: 0.42 and the lightness value of b059bb is 0.54.

The process color (four color CMYK) of #b059bb color hex is 0.06, 0.52, 0.00, 0.27. Web safe color of #b059bb is #9966cc. Color #b059bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011001 10111011
Octal 260 131 273
Decimal 176 89 187
Hex B0 59 BB

RGB Percentages of Color #b059bb

%38.94
%19.69
%41.37

CMYK Percentages of Color #b059bb

%6
%52
%0
%27

Triadic Colors of #b059bb

#b059bb #bbb059 #59bbb0

Analogous Colors of #b059bb

#b059bb #bb5995 #7f59bb

Monochromatic Colors of #b059bb

#b059bb

Complementary Color

#b059bb #64bb59

#b059bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b059bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b059bb Color CSS Codes

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

#b059bb Text Font Color

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

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


#b059bb Background Color

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

This div background color is #b059bb


#b059bb Border Color

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

This div border color is #b059bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,89,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b059bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b059bb;
  -webkit-box-shadow: 1px 1px 3px 2px #b059bb;
  box-shadow:         1px 1px 3px 2px #b059bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,89,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b059bb


Comments

No comments written yet.

Please login to write comment.