Color Hex Logo

#b090aa Color Hex

#B090AA
(176,144,170)
0 Favorites   0 Comments

Color spaces of #b090aa

RGB 176144170
HSL0.860.170.63
HSV311°18°69°
CMYK 0.000.180.03   0.31
XYZ35.133532.078942.3703
Yxy32.07890.32060.2927
Hunter Lab56.638211.6092-4.7073
CIE-Lab63.408016.5613-9.1045

#b090aa color RGB value is (176,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 10101010
Octal 260 220 252
Decimal 176 144 170
Hex B0 90 AA

RGB Percentages of Color #b090aa

%35.92
%29.39
%34.69

CMYK Percentages of Color #b090aa

%0
%18
%3
%31

Triadic Colors of #b090aa

#b090aa #aab090 #90aab0

Analogous Colors of #b090aa

#b090aa #b0909a #a690b0

Monochromatic Colors of #b090aa

#b090aa

Complementary Color

#b090aa #90b096

#b090aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b090aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b090aa Color CSS Codes

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

#b090aa Text Font Color

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

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


#b090aa Background Color

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

This div background color is #b090aa


#b090aa Border Color

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

This div border color is #b090aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b090aa


Comments

No comments written yet.

Please login to write comment.