Color Hex Logo

#b3aabd Color Hex

#B3AABD
(179,170,189)
0 Favorites   0 Comments

Color spaces of #b3aabd

RGB 179170189
HSL0.750.130.70
HSV268°10°74°
CMYK 0.050.100.00   0.26
XYZ42.150442.007354.0308
Yxy42.00730.30500.3040
Hunter Lab64.81302.6626-4.0574
CIE-Lab70.87606.8268-8.5538

#b3aabd color RGB value is (179,170,189).

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

The process color (four color CMYK) of #b3aabd color hex is 0.05, 0.10, 0.00, 0.26. Web safe color of #b3aabd is #cc99cc. Color #b3aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 10111101
Octal 263 252 275
Decimal 179 170 189
Hex B3 AA BD

RGB Percentages of Color #b3aabd

%33.27
%31.60
%35.13

CMYK Percentages of Color #b3aabd

%5
%10
%0
%26

Triadic Colors of #b3aabd

#b3aabd #bdb3aa #aabdb3

Analogous Colors of #b3aabd

#b3aabd #bdaabd #aaabbd

Monochromatic Colors of #b3aabd

#b3aabd

Complementary Color

#b3aabd #b4bdaa

#b3aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aabd Color CSS Codes

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

#b3aabd Text Font Color

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

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


#b3aabd Background Color

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

This div background color is #b3aabd


#b3aabd Border Color

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

This div border color is #b3aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aabd


Comments

No comments written yet.

Please login to write comment.