Color Hex Logo

#b5538a Color Hex

#B5538A
(181,83,138)
0 Favorites   0 Comments

Color spaces of #b5538a

RGB 18183138
HSL0.910.400.52
HSV326°54°71°
CMYK 0.000.540.24   0.29
XYZ26.736817.845226.0801
Yxy17.84520.37840.2525
Hunter Lab42.243639.0499-7.0336
CIE-Lab49.307846.1132-11.6074

#b5538a color RGB value is (181,83,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 10001010
Octal 265 123 212
Decimal 181 83 138
Hex B5 53 8A

RGB Percentages of Color #b5538a

%45.02
%20.65
%34.33

CMYK Percentages of Color #b5538a

%0
%54
%24
%29

Triadic Colors of #b5538a

#b5538a #8ab553 #538ab5

Analogous Colors of #b5538a

#b5538a #b55359 #af53b5

Monochromatic Colors of #b5538a

#b5538a

Complementary Color

#b5538a #53b57e

#b5538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5538a Color CSS Codes

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

#b5538a Text Font Color

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

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


#b5538a Background Color

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

This div background color is #b5538a


#b5538a Border Color

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

This div border color is #b5538a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5538a


Comments

No comments written yet.

Please login to write comment.