Color Hex Logo

#b2aadb Color Hex

#B2AADB
(178,170,219)
0 Favorites   0 Comments

Color spaces of #b2aadb

RGB 178170219
HSL0.690.400.76
HSV250°22°86°
CMYK 0.190.220.00   0.14
XYZ45.521043.328972.9819
Yxy43.32890.28130.2677
Hunter Lab65.82478.2483-19.6594
CIE-Lab71.777612.8442-23.6903

#b2aadb color RGB value is (178,170,219).

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

The process color (four color CMYK) of #b2aadb color hex is 0.19, 0.22, 0.00, 0.14. Web safe color of #b2aadb is #9999cc. Color #b2aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 11011011
Octal 262 252 333
Decimal 178 170 219
Hex B2 AA DB

RGB Percentages of Color #b2aadb

%31.39
%29.98
%38.62

CMYK Percentages of Color #b2aadb

%19
%22
%0
%14

Triadic Colors of #b2aadb

#b2aadb #dbb2aa #aadbb2

Analogous Colors of #b2aadb

#b2aadb #cbaadb #aabbdb

Monochromatic Colors of #b2aadb

#b2aadb

Complementary Color

#b2aadb #d3dbaa

#b2aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aadb Color CSS Codes

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

#b2aadb Text Font Color

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

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


#b2aadb Background Color

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

This div background color is #b2aadb


#b2aadb Border Color

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

This div border color is #b2aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aadb


Comments

No comments written yet.

Please login to write comment.