Color Hex Logo

#b020aa Color Hex

#B020AA
(176,32,170)
0 Favorites   0 Comments

Color spaces of #b020aa

RGB 17632170
HSL0.840.690.41
HSV303°82°69°
CMYK 0.000.820.03   0.31
XYZ25.676713.165439.2181
Yxy13.16540.32890.1687
Hunter Lab36.284262.8193-38.6853
CIE-Lab43.011468.8645-40.5564

#b020aa color RGB value is (176,32,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100000 10101010
Octal 260 40 252
Decimal 176 32 170
Hex B0 20 AA

RGB Percentages of Color #b020aa

%46.56
%8.47
%44.97

CMYK Percentages of Color #b020aa

%0
%82
%3
%31

Triadic Colors of #b020aa

#b020aa #aab020 #20aab0

Analogous Colors of #b020aa

#b020aa #b02062 #6e20b0

Monochromatic Colors of #b020aa

#b020aa

Complementary Color

#b020aa #20b026

#b020aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b020aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b020aa Color CSS Codes

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

#b020aa Text Font Color

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

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


#b020aa Background Color

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

This div background color is #b020aa


#b020aa Border Color

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

This div border color is #b020aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b020aa


Comments

No comments written yet.

Please login to write comment.