Color Hex Logo

#b3aafa Color Hex

#B3AAFA
(179,170,250)
0 Favorites   0 Comments

Color spaces of #b3aafa

RGB 179170250
HSL0.690.890.82
HSV247°32°98°
CMYK 0.280.320.00   0.02
XYZ50.220545.235396.5269
Yxy45.23530.26160.2356
Hunter Lab67.257215.5847-38.0124
CIE-Lab73.046620.3984-38.6004

#b3aafa color RGB value is (179,170,250).

#b3aafa hex color red value is 179, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b3aafa hue: 0.69 , saturation: 0.89 and the lightness value of b3aafa is 0.82.

The process color (four color CMYK) of #b3aafa color hex is 0.28, 0.32, 0.00, 0.02. Web safe color of #b3aafa is #cc99ff. Color #b3aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 11111010
Octal 263 252 372
Decimal 179 170 250
Hex B3 AA FA

RGB Percentages of Color #b3aafa

%29.88
%28.38
%41.74

CMYK Percentages of Color #b3aafa

%28
%32
%0
%2

Triadic Colors of #b3aafa

#b3aafa #fab3aa #aafab3

Analogous Colors of #b3aafa

#b3aafa #dbaafa #aac9fa

Monochromatic Colors of #b3aafa

#b3aafa

Complementary Color

#b3aafa #f1faaa

#b3aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aafa Color CSS Codes

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

#b3aafa Text Font Color

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

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


#b3aafa Background Color

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

This div background color is #b3aafa


#b3aafa Border Color

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

This div border color is #b3aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aafa

Related Colors


Comments

No comments written yet.

Please login to write comment.