Color Hex Logo

#b52aa1 Color Hex

#B52AA1
(181,42,161)
0 Favorites   0 Comments

Color spaces of #b52aa1

RGB 18142161
HSL0.860.620.44
HSV309°77°71°
CMYK 0.000.770.11   0.29
XYZ26.317014.052935.0436
Yxy14.05290.34900.1863
Hunter Lab37.487259.7091-29.1842
CIE-Lab44.308765.9374-33.0802

#b52aa1 color RGB value is (181,42,161).

#b52aa1 hex color red value is 181, green value is 42 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b52aa1 hue: 0.86 , saturation: 0.62 and the lightness value of b52aa1 is 0.44.

The process color (four color CMYK) of #b52aa1 color hex is 0.00, 0.77, 0.11, 0.29. Web safe color of #b52aa1 is #cc3399. Color #b52aa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101010 10100001
Octal 265 52 241
Decimal 181 42 161
Hex B5 2A A1

RGB Percentages of Color #b52aa1

%47.14
%10.94
%41.93

CMYK Percentages of Color #b52aa1

%0
%77
%11
%29

Triadic Colors of #b52aa1

#b52aa1 #a1b52a #2aa1b5

Analogous Colors of #b52aa1

#b52aa1 #b52a5c #842ab5

Monochromatic Colors of #b52aa1

#b52aa1

Complementary Color

#b52aa1 #2ab53e

#b52aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52aa1 Color CSS Codes

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

#b52aa1 Text Font Color

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

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


#b52aa1 Background Color

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

This div background color is #b52aa1


#b52aa1 Border Color

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

This div border color is #b52aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52aa1


Comments

No comments written yet.

Please login to write comment.