Color Hex Logo

#b0599a Color Hex

#B0599A
(176,89,154)
0 Favorites   0 Comments

Color spaces of #b0599a

RGB 17689154
HSL0.880.360.52
HSV315°49°69°
CMYK 0.000.490.13   0.31
XYZ27.309618.708032.7435
Yxy18.70800.34670.2375
Hunter Lab43.252737.0118-14.6072
CIE-Lab50.343843.9707-19.6080

#b0599a color RGB value is (176,89,154).

#b0599a hex color red value is 176, green value is 89 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b0599a hue: 0.88 , saturation: 0.36 and the lightness value of b0599a is 0.52.

The process color (four color CMYK) of #b0599a color hex is 0.00, 0.49, 0.13, 0.31. Web safe color of #b0599a is #996699. Color #b0599a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011001 10011010
Octal 260 131 232
Decimal 176 89 154
Hex B0 59 9A

RGB Percentages of Color #b0599a

%42.00
%21.24
%36.75

CMYK Percentages of Color #b0599a

%0
%49
%13
%31

Triadic Colors of #b0599a

#b0599a #9ab059 #599ab0

Analogous Colors of #b0599a

#b0599a #b0596f #9b59b0

Monochromatic Colors of #b0599a

#b0599a

Complementary Color

#b0599a #59b06f

#b0599a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0599a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0599a Color CSS Codes

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

#b0599a Text Font Color

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

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


#b0599a Background Color

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

This div background color is #b0599a


#b0599a Border Color

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

This div border color is #b0599a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0599a


Comments

No comments written yet.

Please login to write comment.