Color Hex Logo

#b53aac Color Hex

#B53AAC
(181,58,172)
0 Favorites   0 Comments

Color spaces of #b53aac

RGB 18158172
HSL0.850.510.47
HSV304°68°71°
CMYK 0.000.680.05   0.29
XYZ28.015515.828440.6083
Yxy15.82840.33170.1874
Hunter Lab39.784956.0714-32.6676
CIE-Lab46.748562.2862-35.7750

#b53aac color RGB value is (181,58,172).

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

The process color (four color CMYK) of #b53aac color hex is 0.00, 0.68, 0.05, 0.29. Web safe color of #b53aac is #cc3399. Color #b53aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 10101100
Octal 265 72 254
Decimal 181 58 172
Hex B5 3A AC

RGB Percentages of Color #b53aac

%44.04
%14.11
%41.85

CMYK Percentages of Color #b53aac

%0
%68
%5
%29

Triadic Colors of #b53aac

#b53aac #acb53a #3aacb5

Analogous Colors of #b53aac

#b53aac #b53a6f #813ab5

Monochromatic Colors of #b53aac

#b53aac

Complementary Color

#b53aac #3ab543

#b53aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53aac Color CSS Codes

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

#b53aac Text Font Color

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

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


#b53aac Background Color

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

This div background color is #b53aac


#b53aac Border Color

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

This div border color is #b53aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53aac


Comments

No comments written yet.

Please login to write comment.