Color Hex Logo

#b3aadb Color Hex

#B3AADB
(179,170,219)
0 Favorites   0 Comments

Color spaces of #b3aadb

RGB 179170219
HSL0.700.400.76
HSV251°22°86°
CMYK 0.180.220.00   0.14
XYZ45.751343.447672.9927
Yxy43.44760.28210.2679
Hunter Lab65.91488.5455-19.5162
CIE-Lab71.857713.1576-23.5608

#b3aadb color RGB value is (179,170,219).

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

The process color (four color CMYK) of #b3aadb color hex is 0.18, 0.22, 0.00, 0.14. Web safe color of #b3aadb is #cc99cc. Color #b3aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 11011011
Octal 263 252 333
Decimal 179 170 219
Hex B3 AA DB

RGB Percentages of Color #b3aadb

%31.51
%29.93
%38.56

CMYK Percentages of Color #b3aadb

%18
%22
%0
%14

Triadic Colors of #b3aadb

#b3aadb #dbb3aa #aadbb3

Analogous Colors of #b3aadb

#b3aadb #ccaadb #aabadb

Monochromatic Colors of #b3aadb

#b3aadb

Complementary Color

#b3aadb #d2dbaa

#b3aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aadb Color CSS Codes

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

#b3aadb Text Font Color

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

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


#b3aadb Background Color

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

This div background color is #b3aadb


#b3aadb Border Color

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

This div border color is #b3aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aadb


Comments

No comments written yet.

Please login to write comment.