Color Hex Logo

#b2aaeb Color Hex

#B2AAEB
(178,170,235)
0 Favorites   0 Comments

Color spaces of #b2aaeb

RGB 178170235
HSL0.690.620.79
HSV247°28°92°
CMYK 0.240.280.00   0.08
XYZ47.730244.212684.6155
Yxy44.21260.27030.2504
Hunter Lab66.492611.7703-28.9051
CIE-Lab72.370416.5180-31.5140

#b2aaeb color RGB value is (178,170,235).

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

The process color (four color CMYK) of #b2aaeb color hex is 0.24, 0.28, 0.00, 0.08. Web safe color of #b2aaeb is #9999ff. Color #b2aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 11101011
Octal 262 252 353
Decimal 178 170 235
Hex B2 AA EB

RGB Percentages of Color #b2aaeb

%30.53
%29.16
%40.31

CMYK Percentages of Color #b2aaeb

%24
%28
%0
%8

Triadic Colors of #b2aaeb

#b2aaeb #ebb2aa #aaebb2

Analogous Colors of #b2aaeb

#b2aaeb #d3aaeb #aac3eb

Monochromatic Colors of #b2aaeb

#b2aaeb

Complementary Color

#b2aaeb #e3ebaa

#b2aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aaeb Color CSS Codes

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

#b2aaeb Text Font Color

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

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


#b2aaeb Background Color

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

This div background color is #b2aaeb


#b2aaeb Border Color

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

This div border color is #b2aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aaeb


Comments

No comments written yet.

Please login to write comment.