Color Hex Logo

#b0aaf4 Color Hex

#B0AAF4
(176,170,244)
0 Favorites   0 Comments

Color spaces of #b0aaf4

RGB 176170244
HSL0.680.770.81
HSV245°30°96°
CMYK 0.280.300.00   0.04
XYZ48.608444.511291.6175
Yxy44.51120.26310.2409
Hunter Lab66.716713.2971-34.7172
CIE-Lab72.568918.0851-36.1099

#b0aaf4 color RGB value is (176,170,244).

#b0aaf4 hex color red value is 176, green value is 170 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #b0aaf4 hue: 0.68 , saturation: 0.77 and the lightness value of b0aaf4 is 0.81.

The process color (four color CMYK) of #b0aaf4 color hex is 0.28, 0.30, 0.00, 0.04. Web safe color of #b0aaf4 is #9999ff. Color #b0aaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101010 11110100
Octal 260 252 364
Decimal 176 170 244
Hex B0 AA F4

RGB Percentages of Color #b0aaf4

%29.83
%28.81
%41.36

CMYK Percentages of Color #b0aaf4

%28
%30
%0
%4

Triadic Colors of #b0aaf4

#b0aaf4 #f4b0aa #aaf4b0

Analogous Colors of #b0aaf4

#b0aaf4 #d5aaf4 #aac9f4

Monochromatic Colors of #b0aaf4

#b0aaf4

Complementary Color

#b0aaf4 #eef4aa

#b0aaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aaf4 Color CSS Codes

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

#b0aaf4 Text Font Color

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

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


#b0aaf4 Background Color

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

This div background color is #b0aaf4


#b0aaf4 Border Color

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

This div border color is #b0aaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aaf4


Comments

No comments written yet.

Please login to write comment.