Color Hex Logo

#b5559b Color Hex

#B5559B
(181,85,155)
0 Favorites   0 Comments

Color spaces of #b5559b

RGB 18185155
HSL0.880.390.52
HSV316°53°71°
CMYK 0.000.530.14   0.29
XYZ28.220918.687333.1300
Yxy18.68730.35260.2335
Hunter Lab43.228840.8791-15.1789
CIE-Lab50.319347.7061-20.1754

#b5559b color RGB value is (181,85,155).

#b5559b hex color red value is 181, green value is 85 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #b5559b hue: 0.88 , saturation: 0.39 and the lightness value of b5559b is 0.52.

The process color (four color CMYK) of #b5559b color hex is 0.00, 0.53, 0.14, 0.29. Web safe color of #b5559b is #cc6699. Color #b5559b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010101 10011011
Octal 265 125 233
Decimal 181 85 155
Hex B5 55 9B

RGB Percentages of Color #b5559b

%42.99
%20.19
%36.82

CMYK Percentages of Color #b5559b

%0
%53
%14
%29

Triadic Colors of #b5559b

#b5559b #9bb555 #559bb5

Analogous Colors of #b5559b

#b5559b #b5556b #9f55b5

Monochromatic Colors of #b5559b

#b5559b

Complementary Color

#b5559b #55b56f

#b5559b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5559b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5559b Color CSS Codes

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

#b5559b Text Font Color

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

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


#b5559b Background Color

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

This div background color is #b5559b


#b5559b Border Color

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

This div border color is #b5559b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5559b


Comments

No comments written yet.

Please login to write comment.