Color Hex Logo

#b030aa Color Hex

#B030AA
(176,48,170)
0 Favorites   0 Comments

Color spaces of #b030aa

RGB 17648170
HSL0.840.570.44
HSV303°73°69°
CMYK 0.000.730.03   0.31
XYZ26.217114.246339.3982
Yxy14.24630.32830.1784
Hunter Lab37.744357.9333-35.4671
CIE-Lab44.584164.3375-38.0623

#b030aa color RGB value is (176,48,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 10101010
Octal 260 60 252
Decimal 176 48 170
Hex B0 30 AA

RGB Percentages of Color #b030aa

%44.67
%12.18
%43.15

CMYK Percentages of Color #b030aa

%0
%73
%3
%31

Triadic Colors of #b030aa

#b030aa #aab030 #30aab0

Analogous Colors of #b030aa

#b030aa #b0306a #7630b0

Monochromatic Colors of #b030aa

#b030aa

Complementary Color

#b030aa #30b036

#b030aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b030aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b030aa Color CSS Codes

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

#b030aa Text Font Color

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

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


#b030aa Background Color

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

This div background color is #b030aa


#b030aa Border Color

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

This div border color is #b030aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b030aa


Comments

No comments written yet.

Please login to write comment.