Color Hex Logo

#b53bab Color Hex

#B53BAB
(181,59,171)
0 Favorites   0 Comments

Color spaces of #b53bab

RGB 18159171
HSL0.850.510.47
HSV305°67°71°
CMYK 0.000.670.06   0.29
XYZ27.970715.892040.1213
Yxy15.89200.33300.1892
Hunter Lab39.864855.4793-31.7662
CIE-Lab46.832561.7469-35.0525

#b53bab color RGB value is (181,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111011 10101011
Octal 265 73 253
Decimal 181 59 171
Hex B5 3B AB

RGB Percentages of Color #b53bab

%44.04
%14.36
%41.61

CMYK Percentages of Color #b53bab

%0
%67
%6
%29

Triadic Colors of #b53bab

#b53bab #abb53b #3babb5

Analogous Colors of #b53bab

#b53bab #b53b6e #823bb5

Monochromatic Colors of #b53bab

#b53bab

Complementary Color

#b53bab #3bb545

#b53bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53bab Color CSS Codes

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

#b53bab Text Font Color

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

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


#b53bab Background Color

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

This div background color is #b53bab


#b53bab Border Color

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

This div border color is #b53bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53bab


Comments

No comments written yet.

Please login to write comment.