Color Hex Logo

#b52aab Color Hex

#B52AAB
(181,42,171)
0 Favorites   0 Comments

Color spaces of #b52aab

RGB 18142171
HSL0.850.620.44
HSV304°77°71°
CMYK 0.000.770.06   0.29
XYZ27.234714.420039.8760
Yxy14.42000.33400.1769
Hunter Lab37.973761.5662-35.6786
CIE-Lab44.829367.4381-38.2133

#b52aab color RGB value is (181,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101010 10101011
Octal 265 52 253
Decimal 181 42 171
Hex B5 2A AB

RGB Percentages of Color #b52aab

%45.94
%10.66
%43.40

CMYK Percentages of Color #b52aab

%0
%77
%6
%29

Triadic Colors of #b52aab

#b52aab #abb52a #2aabb5

Analogous Colors of #b52aab

#b52aab #b52a66 #7a2ab5

Monochromatic Colors of #b52aab

#b52aab

Complementary Color

#b52aab #2ab534

#b52aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52aab Color CSS Codes

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

#b52aab Text Font Color

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

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


#b52aab Background Color

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

This div background color is #b52aab


#b52aab Border Color

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

This div border color is #b52aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52aab


Comments

No comments written yet.

Please login to write comment.