Color Hex Logo

#baa3fb Color Hex

#BAA3FB
(186,163,251)
0 Favorites   0 Comments

Color spaces of #baa3fb

RGB 186163251
HSL0.710.920.81
HSV256°35°98°
CMYK 0.260.350.00   0.02
XYZ50.759543.598597.0068
Yxy43.59850.26520.2278
Hunter Lab66.029221.6697-40.8855
CIE-Lab71.959326.5258-40.7928

#baa3fb color RGB value is (186,163,251).

#baa3fb hex color red value is 186, green value is 163 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #baa3fb hue: 0.71 , saturation: 0.92 and the lightness value of baa3fb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 11111011
Octal 272 243 373
Decimal 186 163 251
Hex BA A3 FB

RGB Percentages of Color #baa3fb

%31.00
%27.17
%41.83

CMYK Percentages of Color #baa3fb

%26
%35
%0
%2

Triadic Colors of #baa3fb

#baa3fb #fbbaa3 #a3fbba

Analogous Colors of #baa3fb

#baa3fb #e6a3fb #a3b8fb

Monochromatic Colors of #baa3fb

#baa3fb

Complementary Color

#baa3fb #e4fba3

#baa3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa3fb Color CSS Codes

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

#baa3fb Text Font Color

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

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


#baa3fb Background Color

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

This div background color is #baa3fb


#baa3fb Border Color

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

This div border color is #baa3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa3fb


Comments

No comments written yet.

Please login to write comment.