Color Hex Logo

#b3aabb Color Hex

#B3AABB
(179,170,187)
0 Favorites   0 Comments

Color spaces of #b3aabb

RGB 179170187
HSL0.750.110.70
HSV272°73°
CMYK 0.040.090.00   0.27
XYZ41.934841.921052.8951
Yxy41.92100.30670.3066
Hunter Lab64.74642.3042-3.1149
CIE-Lab70.81646.4321-7.5392

#b3aabb color RGB value is (179,170,187).

#b3aabb hex color red value is 179, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b3aabb hue: 0.75 , saturation: 0.11 and the lightness value of b3aabb is 0.70.

The process color (four color CMYK) of #b3aabb color hex is 0.04, 0.09, 0.00, 0.27. Web safe color of #b3aabb is #cc99cc. Color #b3aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 10111011
Octal 263 252 273
Decimal 179 170 187
Hex B3 AA BB

RGB Percentages of Color #b3aabb

%33.40
%31.72
%34.89

CMYK Percentages of Color #b3aabb

%4
%9
%0
%27

Triadic Colors of #b3aabb

#b3aabb #bbb3aa #aabbb3

Analogous Colors of #b3aabb

#b3aabb #bbaabb #abaabb

Monochromatic Colors of #b3aabb

#b3aabb

Complementary Color

#b3aabb #b2bbaa

#b3aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aabb Color CSS Codes

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

#b3aabb Text Font Color

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

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


#b3aabb Background Color

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

This div background color is #b3aabb


#b3aabb Border Color

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

This div border color is #b3aabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,170,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aabb


Comments

No comments written yet.

Please login to write comment.