Color Hex Logo

#b059ba Color Hex

#B059BA
(176,89,186)
0 Favorites   0 Comments

Color spaces of #b059ba

RGB 17689186
HSL0.820.410.54
HSV294°52°73°
CMYK 0.050.520.00   0.27
XYZ30.339819.920048.7002
Yxy19.92000.30660.2013
Hunter Lab44.631843.2349-33.4522
CIE-Lab51.746649.7016-36.1469

#b059ba color RGB value is (176,89,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011001 10111010
Octal 260 131 272
Decimal 176 89 186
Hex B0 59 BA

RGB Percentages of Color #b059ba

%39.02
%19.73
%41.24

CMYK Percentages of Color #b059ba

%5
%52
%0
%27

Triadic Colors of #b059ba

#b059ba #bab059 #59bab0

Analogous Colors of #b059ba

#b059ba #ba5994 #8059ba

Monochromatic Colors of #b059ba

#b059ba

Complementary Color

#b059ba #63ba59

#b059ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b059ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b059ba Color CSS Codes

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

#b059ba Text Font Color

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

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


#b059ba Background Color

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

This div background color is #b059ba


#b059ba Border Color

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

This div border color is #b059ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b059ba


Comments

No comments written yet.

Please login to write comment.