Color Hex Logo

#b051aa Color Hex

#B051AA
(176,81,170)
0 Favorites   0 Comments

Color spaces of #b051aa

RGB 17681170
HSL0.840.380.50
HSV304°54°69°
CMYK 0.000.540.03   0.31
XYZ28.102618.017240.0267
Yxy18.01720.32620.2091
Hunter Lab42.446743.8975-26.1971
CIE-Lab49.517050.6978-30.3112

#b051aa color RGB value is (176,81,170).

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

The process color (four color CMYK) of #b051aa color hex is 0.00, 0.54, 0.03, 0.31. Web safe color of #b051aa is #996699. Color #b051aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 10101010
Octal 260 121 252
Decimal 176 81 170
Hex B0 51 AA

RGB Percentages of Color #b051aa

%41.22
%18.97
%39.81

CMYK Percentages of Color #b051aa

%0
%54
%3
%31

Triadic Colors of #b051aa

#b051aa #aab051 #51aab0

Analogous Colors of #b051aa

#b051aa #b0517b #8751b0

Monochromatic Colors of #b051aa

#b051aa

Complementary Color

#b051aa #51b057

#b051aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b051aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b051aa Color CSS Codes

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

#b051aa Text Font Color

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

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


#b051aa Background Color

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

This div background color is #b051aa


#b051aa Border Color

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

This div border color is #b051aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b051aa


Comments

No comments written yet.

Please login to write comment.