Color Hex Logo

#b1aefa Color Hex

#B1AEFA
(177,174,250)
0 Favorites   0 Comments

Color spaces of #b1aefa

RGB 177174250
HSL0.670.880.83
HSV242°30°98°
CMYK 0.290.300.00   0.02
XYZ50.522846.521396.7592
Yxy46.52130.26070.2400
Hunter Lab68.206512.8594-36.3655
CIE-Lab73.882517.6045-37.3131

#b1aefa color RGB value is (177,174,250).

#b1aefa hex color red value is 177, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b1aefa hue: 0.67 , saturation: 0.88 and the lightness value of b1aefa is 0.83.

The process color (four color CMYK) of #b1aefa color hex is 0.29, 0.30, 0.00, 0.02. Web safe color of #b1aefa is #9999ff. Color #b1aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 11111010
Octal 261 256 372
Decimal 177 174 250
Hex B1 AE FA

RGB Percentages of Color #b1aefa

%29.45
%28.95
%41.60

CMYK Percentages of Color #b1aefa

%29
%30
%0
%2

Triadic Colors of #b1aefa

#b1aefa #fab1ae #aefab1

Analogous Colors of #b1aefa

#b1aefa #d7aefa #aed1fa

Monochromatic Colors of #b1aefa

#b1aefa

Complementary Color

#b1aefa #f7faae

#b1aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aefa Color CSS Codes

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

#b1aefa Text Font Color

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

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


#b1aefa Background Color

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

This div background color is #b1aefa


#b1aefa Border Color

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

This div border color is #b1aefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,174,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aefa


Comments

No comments written yet.

Please login to write comment.