Color Hex Logo

#baabfa Color Hex

#BAABFA
(186,171,250)
0 Favorites   0 Comments

Color spaces of #baabfa

RGB 186171250
HSL0.700.890.83
HSV251°32°98°
CMYK 0.260.320.00   0.02
XYZ52.067946.467196.6672
Yxy46.46710.26670.2380
Hunter Lab68.166817.0520-36.3623
CIE-Lab73.847621.8425-37.3123

#baabfa color RGB value is (186,171,250).

#baabfa hex color red value is 186, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #baabfa hue: 0.70 , saturation: 0.89 and the lightness value of baabfa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11111010
Octal 272 253 372
Decimal 186 171 250
Hex BA AB FA

RGB Percentages of Color #baabfa

%30.64
%28.17
%41.19

CMYK Percentages of Color #baabfa

%26
%32
%0
%2

Triadic Colors of #baabfa

#baabfa #fabaab #abfaba

Analogous Colors of #baabfa

#baabfa #e2abfa #abc4fa

Monochromatic Colors of #baabfa

#baabfa

Complementary Color

#baabfa #ebfaab

#baabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabfa Color CSS Codes

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

#baabfa Text Font Color

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

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


#baabfa Background Color

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

This div background color is #baabfa


#baabfa Border Color

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

This div border color is #baabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabfa


Comments

No comments written yet.

Please login to write comment.