Color Hex Logo

#b084aa Color Hex

#B084AA
(176,132,170)
0 Favorites   0 Comments

Color spaces of #b084aa

RGB 176132170
HSL0.860.220.60
HSV308°25°69°
CMYK 0.000.250.03   0.31
XYZ33.411528.634941.7963
Yxy28.63490.32180.2758
Hunter Lab53.511617.8063-8.8515
CIE-Lab60.458023.3158-13.5283

#b084aa color RGB value is (176,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000100 10101010
Octal 260 204 252
Decimal 176 132 170
Hex B0 84 AA

RGB Percentages of Color #b084aa

%36.82
%27.62
%35.56

CMYK Percentages of Color #b084aa

%0
%25
%3
%31

Triadic Colors of #b084aa

#b084aa #aab084 #84aab0

Analogous Colors of #b084aa

#b084aa #b08494 #a084b0

Monochromatic Colors of #b084aa

#b084aa

Complementary Color

#b084aa #84b08a

#b084aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b084aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b084aa Color CSS Codes

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

#b084aa Text Font Color

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

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


#b084aa Background Color

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

This div background color is #b084aa


#b084aa Border Color

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

This div border color is #b084aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b084aa


Comments

No comments written yet.

Please login to write comment.