Color Hex Logo

#b53aa0 Color Hex

#B53AA0
(181,58,160)
0 Favorites   0 Comments

Color spaces of #b53aa0

RGB 18158160
HSL0.860.510.47
HSV310°68°71°
CMYK 0.000.680.12   0.29
XYZ26.914315.387934.8093
Yxy15.38790.34900.1996
Hunter Lab39.227453.8226-25.1531
CIE-Lab46.161060.4006-29.5804

#b53aa0 color RGB value is (181,58,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 10100000
Octal 265 72 240
Decimal 181 58 160
Hex B5 3A A0

RGB Percentages of Color #b53aa0

%45.36
%14.54
%40.10

CMYK Percentages of Color #b53aa0

%0
%68
%12
%29

Triadic Colors of #b53aa0

#b53aa0 #a0b53a #3aa0b5

Analogous Colors of #b53aa0

#b53aa0 #b53a62 #8d3ab5

Monochromatic Colors of #b53aa0

#b53aa0

Complementary Color

#b53aa0 #3ab54f

#b53aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53aa0 Color CSS Codes

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

#b53aa0 Text Font Color

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

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


#b53aa0 Background Color

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

This div background color is #b53aa0


#b53aa0 Border Color

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

This div border color is #b53aa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53aa0


Comments

No comments written yet.

Please login to write comment.