Color Hex Logo

#b539ab Color Hex

#B539AB
(181,57,171)
0 Favorites   0 Comments

Color spaces of #b539ab

RGB 18157171
HSL0.850.520.47
HSV305°69°71°
CMYK 0.000.690.06   0.29
XYZ27.869915.690340.0877
Yxy15.69030.33320.1876
Hunter Lab39.611056.2716-32.2759
CIE-Lab46.565562.4976-35.4727

#b539ab color RGB value is (181,57,171).

#b539ab hex color red value is 181, green value is 57 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b539ab hue: 0.85 , saturation: 0.52 and the lightness value of b539ab is 0.47.

The process color (four color CMYK) of #b539ab color hex is 0.00, 0.69, 0.06, 0.29. Web safe color of #b539ab is #cc3399. Color #b539ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111001 10101011
Octal 265 71 253
Decimal 181 57 171
Hex B5 39 AB

RGB Percentages of Color #b539ab

%44.25
%13.94
%41.81

CMYK Percentages of Color #b539ab

%0
%69
%6
%29

Triadic Colors of #b539ab

#b539ab #abb539 #39abb5

Analogous Colors of #b539ab

#b539ab #b5396d #8139b5

Monochromatic Colors of #b539ab

#b539ab

Complementary Color

#b539ab #39b543

#b539ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b539ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b539ab Color CSS Codes

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

#b539ab Text Font Color

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

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


#b539ab Background Color

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

This div background color is #b539ab


#b539ab Border Color

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

This div border color is #b539ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b539ab


Comments

No comments written yet.

Please login to write comment.