Color Hex Logo

#b1aaeb Color Hex

#B1AAEB
(177,170,235)
0 Favorites   0 Comments

Color spaces of #b1aaeb

RGB 177170235
HSL0.680.620.79
HSV246°28°92°
CMYK 0.250.280.00   0.08
XYZ47.501644.094784.6048
Yxy44.09470.26960.2503
Hunter Lab66.403811.4822-29.0584
CIE-Lab72.291716.2214-31.6418

#b1aaeb color RGB value is (177,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101010 11101011
Octal 261 252 353
Decimal 177 170 235
Hex B1 AA EB

RGB Percentages of Color #b1aaeb

%30.41
%29.21
%40.38

CMYK Percentages of Color #b1aaeb

%25
%28
%0
%8

Triadic Colors of #b1aaeb

#b1aaeb #ebb1aa #aaebb1

Analogous Colors of #b1aaeb

#b1aaeb #d2aaeb #aac4eb

Monochromatic Colors of #b1aaeb

#b1aaeb

Complementary Color

#b1aaeb #e4ebaa

#b1aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aaeb Color CSS Codes

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

#b1aaeb Text Font Color

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

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


#b1aaeb Background Color

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

This div background color is #b1aaeb


#b1aaeb Border Color

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

This div border color is #b1aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aaeb

#b1aaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.