Color Hex Logo

#bbaaf9 Color Hex

#BBAAF9
(187,170,249)
0 Favorites   0 Comments

Color spaces of #bbaaf9

RGB 187170249
HSL0.700.870.82
HSV253°32°98°
CMYK 0.250.320.00   0.02
XYZ51.967146.153895.7921
Yxy46.15380.26800.2380
Hunter Lab67.936617.6519-36.0446
CIE-Lab73.645222.4507-37.0794

#bbaaf9 color RGB value is (187,170,249).

#bbaaf9 hex color red value is 187, green value is 170 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #bbaaf9 hue: 0.70 , saturation: 0.87 and the lightness value of bbaaf9 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11111001
Octal 273 252 371
Decimal 187 170 249
Hex BB AA F9

RGB Percentages of Color #bbaaf9

%30.86
%28.05
%41.09

CMYK Percentages of Color #bbaaf9

%25
%32
%0
%2

Triadic Colors of #bbaaf9

#bbaaf9 #f9bbaa #aaf9bb

Analogous Colors of #bbaaf9

#bbaaf9 #e3aaf9 #aac1f9

Monochromatic Colors of #bbaaf9

#bbaaf9

Complementary Color

#bbaaf9 #e8f9aa

#bbaaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaaf9 Color CSS Codes

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

#bbaaf9 Text Font Color

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

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


#bbaaf9 Background Color

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

This div background color is #bbaaf9


#bbaaf9 Border Color

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

This div border color is #bbaaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaaf9


Comments

No comments written yet.

Please login to write comment.