Color Hex Logo

#b8aafb Color Hex

#B8AAFB
(184,170,251)
0 Favorites   0 Comments

Color spaces of #b8aafb

RGB 184170251
HSL0.700.910.83
HSV250°32°98°
CMYK 0.270.320.00   0.02
XYZ51.554545.904897.4101
Yxy45.90480.26460.2356
Hunter Lab67.753117.2559-37.8154
CIE-Lab73.483722.0619-38.4309

#b8aafb color RGB value is (184,170,251).

#b8aafb hex color red value is 184, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b8aafb hue: 0.70 , saturation: 0.91 and the lightness value of b8aafb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101010 11111011
Octal 270 252 373
Decimal 184 170 251
Hex B8 AA FB

RGB Percentages of Color #b8aafb

%30.41
%28.10
%41.49

CMYK Percentages of Color #b8aafb

%27
%32
%0
%2

Triadic Colors of #b8aafb

#b8aafb #fbb8aa #aafbb8

Analogous Colors of #b8aafb

#b8aafb #e1aafb #aac5fb

Monochromatic Colors of #b8aafb

#b8aafb

Complementary Color

#b8aafb #edfbaa

#b8aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aafb Color CSS Codes

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

#b8aafb Text Font Color

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

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


#b8aafb Background Color

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

This div background color is #b8aafb


#b8aafb Border Color

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

This div border color is #b8aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aafb


Comments

No comments written yet.

Please login to write comment.