Color Hex Logo

#b5518a Color Hex

#B5518A
(181,81,138)
0 Favorites   0 Comments

Color spaces of #b5518a

RGB 18181138
HSL0.910.400.51
HSV326°55°71°
CMYK 0.000.550.24   0.29
XYZ26.585917.543626.0298
Yxy17.54360.37890.2501
Hunter Lab41.885140.0012-7.5267
CIE-Lab48.937847.0906-12.1655

#b5518a color RGB value is (181,81,138).

#b5518a hex color red value is 181, green value is 81 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b5518a hue: 0.91 , saturation: 0.40 and the lightness value of b5518a is 0.51.

The process color (four color CMYK) of #b5518a color hex is 0.00, 0.55, 0.24, 0.29. Web safe color of #b5518a is #cc6699. Color #b5518a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 10001010
Octal 265 121 212
Decimal 181 81 138
Hex B5 51 8A

RGB Percentages of Color #b5518a

%45.25
%20.25
%34.50

CMYK Percentages of Color #b5518a

%0
%55
%24
%29

Triadic Colors of #b5518a

#b5518a #8ab551 #518ab5

Analogous Colors of #b5518a

#b5518a #b55158 #ae51b5

Monochromatic Colors of #b5518a

#b5518a

Complementary Color

#b5518a #51b57c

#b5518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5518a Color CSS Codes

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

#b5518a Text Font Color

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

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


#b5518a Background Color

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

This div background color is #b5518a


#b5518a Border Color

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

This div border color is #b5518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5518a


Comments

No comments written yet.

Please login to write comment.