Color Hex Logo

#b53aa4 Color Hex

#B53AA4
(181,58,164)
0 Favorites   0 Comments

Color spaces of #b53aa4

RGB 18158164
HSL0.860.510.47
HSV308°68°71°
CMYK 0.000.680.09   0.29
XYZ27.270015.530236.6823
Yxy15.53020.34310.1954
Hunter Lab39.408454.5546-27.6028
CIE-Lab46.352061.0173-31.6612

#b53aa4 color RGB value is (181,58,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 10100100
Octal 265 72 244
Decimal 181 58 164
Hex B5 3A A4

RGB Percentages of Color #b53aa4

%44.91
%14.39
%40.69

CMYK Percentages of Color #b53aa4

%0
%68
%9
%29

Triadic Colors of #b53aa4

#b53aa4 #a4b53a #3aa4b5

Analogous Colors of #b53aa4

#b53aa4 #b53a67 #893ab5

Monochromatic Colors of #b53aa4

#b53aa4

Complementary Color

#b53aa4 #3ab54b

#b53aa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53aa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53aa4 Color CSS Codes

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

#b53aa4 Text Font Color

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

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


#b53aa4 Background Color

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

This div background color is #b53aa4


#b53aa4 Border Color

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

This div border color is #b53aa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53aa4


Comments

No comments written yet.

Please login to write comment.