Color Hex Logo

#b00aab Color Hex

#B00AAB
(176,10,171)
0 Favorites   0 Comments

Color spaces of #b00aab

RGB 17610171
HSL0.840.890.36
HSV302°94°69°
CMYK 0.000.940.03   0.31
XYZ25.363712.387539.5823
Yxy12.38750.32800.1602
Hunter Lab35.195967.0422-42.0421
CIE-Lab41.825572.6575-43.0402

#b00aab color RGB value is (176,10,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001010 10101011
Octal 260 12 253
Decimal 176 10 171
Hex B0 A AB

RGB Percentages of Color #b00aab

%49.30
%2.80
%47.90

CMYK Percentages of Color #b00aab

%0
%94
%3
%31

Triadic Colors of #b00aab

#b00aab #abb00a #0aabb0

Analogous Colors of #b00aab

#b00aab #b00a58 #620ab0

Monochromatic Colors of #b00aab

#b00aab

Complementary Color

#b00aab #0ab00f

#b00aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00aab Color CSS Codes

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

#b00aab Text Font Color

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

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


#b00aab Background Color

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

This div background color is #b00aab


#b00aab Border Color

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

This div border color is #b00aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00aab


Comments

No comments written yet.

Please login to write comment.