Color Hex Logo

#b53aba Color Hex

#B53ABA
(181,58,186)
0 Favorites   0 Comments

Color spaces of #b53aba

RGB 18158186
HSL0.830.520.48
HSV298°69°73°
CMYK 0.030.690.00   0.27
XYZ29.432016.395048.0677
Yxy16.39500.31350.1746
Hunter Lab40.490758.8897-42.0413
CIE-Lab47.488564.6129-42.8234

#b53aba color RGB value is (181,58,186).

#b53aba hex color red value is 181, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b53aba hue: 0.83 , saturation: 0.52 and the lightness value of b53aba is 0.48.

The process color (four color CMYK) of #b53aba color hex is 0.03, 0.69, 0.00, 0.27. Web safe color of #b53aba is #cc33cc. Color #b53aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 10111010
Octal 265 72 272
Decimal 181 58 186
Hex B5 3A BA

RGB Percentages of Color #b53aba

%42.59
%13.65
%43.76

CMYK Percentages of Color #b53aba

%3
%69
%0
%27

Triadic Colors of #b53aba

#b53aba #bab53a #3abab5

Analogous Colors of #b53aba

#b53aba #ba3a7f #753aba

Monochromatic Colors of #b53aba

#b53aba

Complementary Color

#b53aba #3fba3a

#b53aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53aba Color CSS Codes

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

#b53aba Text Font Color

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

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


#b53aba Background Color

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

This div background color is #b53aba


#b53aba Border Color

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

This div border color is #b53aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53aba


Comments

No comments written yet.

Please login to write comment.