Color Hex Logo

#baa8fb Color Hex

#BAA8FB
(186,168,251)
0 Favorites   0 Comments

Color spaces of #baa8fb

RGB 186168251
HSL0.700.910.82
HSV253°33°98°
CMYK 0.260.330.00   0.02
XYZ51.664945.409497.3086
Yxy45.40940.26580.2336
Hunter Lab67.386518.9287-38.4464
CIE-Lab73.160723.7453-38.9209

#baa8fb color RGB value is (186,168,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 11111011
Octal 272 250 373
Decimal 186 168 251
Hex BA A8 FB

RGB Percentages of Color #baa8fb

%30.74
%27.77
%41.49

CMYK Percentages of Color #baa8fb

%26
%33
%0
%2

Triadic Colors of #baa8fb

#baa8fb #fbbaa8 #a8fbba

Analogous Colors of #baa8fb

#baa8fb #e4a8fb #a8c0fb

Monochromatic Colors of #baa8fb

#baa8fb

Complementary Color

#baa8fb #e9fba8

#baa8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa8fb Color CSS Codes

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

#baa8fb Text Font Color

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

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


#baa8fb Background Color

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

This div background color is #baa8fb


#baa8fb Border Color

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

This div border color is #baa8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa8fb


Comments

No comments written yet.

Please login to write comment.