Color Hex Logo

#b52aac Color Hex

#B52AAC
(181,42,172)
0 Favorites   0 Comments

Color spaces of #b52aac

RGB 18142172
HSL0.840.620.44
HSV304°77°71°
CMYK 0.000.770.05   0.29
XYZ27.330414.458240.3800
Yxy14.45820.33260.1760
Hunter Lab38.023961.7582-36.3470
CIE-Lab44.883067.5925-38.7211

#b52aac color RGB value is (181,42,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101010 10101100
Octal 265 52 254
Decimal 181 42 172
Hex B5 2A AC

RGB Percentages of Color #b52aac

%45.82
%10.63
%43.54

CMYK Percentages of Color #b52aac

%0
%77
%5
%29

Triadic Colors of #b52aac

#b52aac #acb52a #2aacb5

Analogous Colors of #b52aac

#b52aac #b52a67 #792ab5

Monochromatic Colors of #b52aac

#b52aac

Complementary Color

#b52aac #2ab533

#b52aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52aac Color CSS Codes

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

#b52aac Text Font Color

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

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


#b52aac Background Color

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

This div background color is #b52aac


#b52aac Border Color

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

This div border color is #b52aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,42,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 #b52aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52aac


Comments

No comments written yet.

Please login to write comment.