Color Hex Logo

#b5aafa Color Hex

#B5AAFA
(181,170,250)
0 Favorites   0 Comments

Color spaces of #b5aafa

RGB 181170250
HSL0.690.890.82
HSV248°32°98°
CMYK 0.280.320.00   0.02
XYZ50.686145.475396.5487
Yxy45.47530.26300.2360
Hunter Lab67.435416.1531-37.6820
CIE-Lab73.203820.9661-38.3438

#b5aafa color RGB value is (181,170,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 11111010
Octal 265 252 372
Decimal 181 170 250
Hex B5 AA FA

RGB Percentages of Color #b5aafa

%30.12
%28.29
%41.60

CMYK Percentages of Color #b5aafa

%28
%32
%0
%2

Triadic Colors of #b5aafa

#b5aafa #fab5aa #aafab5

Analogous Colors of #b5aafa

#b5aafa #ddaafa #aac7fa

Monochromatic Colors of #b5aafa

#b5aafa

Complementary Color

#b5aafa #effaaa

#b5aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aafa Color CSS Codes

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

#b5aafa Text Font Color

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

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


#b5aafa Background Color

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

This div background color is #b5aafa


#b5aafa Border Color

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

This div border color is #b5aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aafa


Comments

No comments written yet.

Please login to write comment.