Color Hex Logo

#b00baa Color Hex

#B00BAA
(176,11,170)
0 Favorites   0 Comments

Color spaces of #b00baa

RGB 17611170
HSL0.840.880.37
HSV302°94°69°
CMYK 0.000.940.03   0.31
XYZ25.279912.371739.0858
Yxy12.37170.32940.1612
Hunter Lab35.173466.7383-41.2635
CIE-Lab41.800972.4086-42.4833

#b00baa color RGB value is (176,11,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001011 10101010
Octal 260 13 252
Decimal 176 11 170
Hex B0 B AA

RGB Percentages of Color #b00baa

%49.30
%3.08
%47.62

CMYK Percentages of Color #b00baa

%0
%94
%3
%31

Triadic Colors of #b00baa

#b00baa #aab00b #0baab0

Analogous Colors of #b00baa

#b00baa #b00b58 #640bb0

Monochromatic Colors of #b00baa

#b00baa

Complementary Color

#b00baa #0bb011

#b00baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00baa Color CSS Codes

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

#b00baa Text Font Color

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

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


#b00baa Background Color

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

This div background color is #b00baa


#b00baa Border Color

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

This div border color is #b00baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00baa


Comments

No comments written yet.

Please login to write comment.