Color Hex Logo

#b032aa Color Hex

#B032AA
(176,50,170)
0 Favorites   0 Comments

Color spaces of #b032aa

RGB 17650170
HSL0.840.560.44
HSV303°72°69°
CMYK 0.000.720.03   0.31
XYZ26.300814.413639.4261
Yxy14.41360.32820.1799
Hunter Lab37.965257.2185-34.9957
CIE-Lab44.820363.6652-37.6887

#b032aa color RGB value is (176,50,170).

#b032aa hex color red value is 176, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b032aa hue: 0.84 , saturation: 0.56 and the lightness value of b032aa is 0.44.

The process color (four color CMYK) of #b032aa color hex is 0.00, 0.72, 0.03, 0.31. Web safe color of #b032aa is #993399. Color #b032aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110010 10101010
Octal 260 62 252
Decimal 176 50 170
Hex B0 32 AA

RGB Percentages of Color #b032aa

%44.44
%12.63
%42.93

CMYK Percentages of Color #b032aa

%0
%72
%3
%31

Triadic Colors of #b032aa

#b032aa #aab032 #32aab0

Analogous Colors of #b032aa

#b032aa #b0326b #7732b0

Monochromatic Colors of #b032aa

#b032aa

Complementary Color

#b032aa #32b038

#b032aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b032aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b032aa Color CSS Codes

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

#b032aa Text Font Color

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

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


#b032aa Background Color

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

This div background color is #b032aa


#b032aa Border Color

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

This div border color is #b032aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,50,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b032aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b032aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b032aa;
  box-shadow:         1px 1px 3px 2px #b032aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,50,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b032aa


Comments

No comments written yet.

Please login to write comment.