Color Hex Logo

#b10aa9 Color Hex

#B10AA9
(177,10,169)
0 Favorites   0 Comments

Color spaces of #b10aa9

RGB 17710169
HSL0.840.890.37
HSV303°94°69°
CMYK 0.000.940.05   0.31
XYZ25.401412.428838.5963
Yxy12.42880.33240.1626
Hunter Lab35.254566.9166-40.2320
CIE-Lab41.889772.5402-41.7344

#b10aa9 color RGB value is (177,10,169).

#b10aa9 hex color red value is 177, green value is 10 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #b10aa9 hue: 0.84 , saturation: 0.89 and the lightness value of b10aa9 is 0.37.

The process color (four color CMYK) of #b10aa9 color hex is 0.00, 0.94, 0.05, 0.31. Web safe color of #b10aa9 is #990099. Color #b10aa9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001010 10101001
Octal 261 12 251
Decimal 177 10 169
Hex B1 A A9

RGB Percentages of Color #b10aa9

%49.72
%2.81
%47.47

CMYK Percentages of Color #b10aa9

%0
%94
%5
%31

Triadic Colors of #b10aa9

#b10aa9 #a9b10a #0aa9b1

Analogous Colors of #b10aa9

#b10aa9 #b10a55 #660ab1

Monochromatic Colors of #b10aa9

#b10aa9

Complementary Color

#b10aa9 #0ab112

#b10aa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10aa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10aa9 Color CSS Codes

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

#b10aa9 Text Font Color

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

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


#b10aa9 Background Color

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

This div background color is #b10aa9


#b10aa9 Border Color

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

This div border color is #b10aa9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,10,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10aa9


Comments

No comments written yet.

Please login to write comment.