Color Hex Logo

#b08aaa Color Hex

#B08AAA
(176,138,170)
0 Favorites   0 Comments

Color spaces of #b08aaa

RGB 176138170
HSL0.860.190.62
HSV309°22°69°
CMYK 0.000.220.03   0.31
XYZ34.248730.309342.0754
Yxy30.30930.32120.2842
Hunter Lab55.053914.6995-6.7752
CIE-Lab61.920219.9366-11.3302

#b08aaa color RGB value is (176,138,170).

#b08aaa hex color red value is 176, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b08aaa hue: 0.86 , saturation: 0.19 and the lightness value of b08aaa is 0.62.

The process color (four color CMYK) of #b08aaa color hex is 0.00, 0.22, 0.03, 0.31. Web safe color of #b08aaa is #999999. Color #b08aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001010 10101010
Octal 260 212 252
Decimal 176 138 170
Hex B0 8A AA

RGB Percentages of Color #b08aaa

%36.36
%28.51
%35.12

CMYK Percentages of Color #b08aaa

%0
%22
%3
%31

Triadic Colors of #b08aaa

#b08aaa #aab08a #8aaab0

Analogous Colors of #b08aaa

#b08aaa #b08a97 #a38ab0

Monochromatic Colors of #b08aaa

#b08aaa

Complementary Color

#b08aaa #8ab090

#b08aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08aaa Color CSS Codes

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

#b08aaa Text Font Color

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

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


#b08aaa Background Color

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

This div background color is #b08aaa


#b08aaa Border Color

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

This div border color is #b08aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08aaa


Comments

No comments written yet.

Please login to write comment.