Color Hex Logo

#b131aa Color Hex

#B131AA
(177,49,170)
0 Favorites   0 Comments

Color spaces of #b131aa

RGB 17749170
HSL0.840.570.44
HSV303°72°69°
CMYK 0.000.720.04   0.31
XYZ26.485514.446039.4226
Yxy14.44600.32960.1798
Hunter Lab38.007957.8725-34.8913
CIE-Lab44.865964.2299-37.6059

#b131aa color RGB value is (177,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 10101010
Octal 261 61 252
Decimal 177 49 170
Hex B1 31 AA

RGB Percentages of Color #b131aa

%44.70
%12.37
%42.93

CMYK Percentages of Color #b131aa

%0
%72
%4
%31

Triadic Colors of #b131aa

#b131aa #aab131 #31aab1

Analogous Colors of #b131aa

#b131aa #b1316a #7831b1

Monochromatic Colors of #b131aa

#b131aa

Complementary Color

#b131aa #31b138

#b131aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131aa Color CSS Codes

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

#b131aa Text Font Color

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

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


#b131aa Background Color

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

This div background color is #b131aa


#b131aa Border Color

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

This div border color is #b131aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131aa


Comments

No comments written yet.

Please login to write comment.