Color Hex Logo

#baa8fc Color Hex

#BAA8FC
(186,168,252)
0 Favorites   0 Comments

Color spaces of #baa8fc

RGB 186168252
HSL0.700.930.82
HSV253°33°99°
CMYK 0.260.330.00   0.01
XYZ51.823045.472698.1412
Yxy45.47260.26520.2327
Hunter Lab67.433419.1700-39.0861
CIE-Lab73.202023.9829-39.3975

#baa8fc color RGB value is (186,168,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 11111100
Octal 272 250 374
Decimal 186 168 252
Hex BA A8 FC

RGB Percentages of Color #baa8fc

%30.69
%27.72
%41.58

CMYK Percentages of Color #baa8fc

%26
%33
%0
%1

Triadic Colors of #baa8fc

#baa8fc #fcbaa8 #a8fcba

Analogous Colors of #baa8fc

#baa8fc #e4a8fc #a8c0fc

Monochromatic Colors of #baa8fc

#baa8fc

Complementary Color

#baa8fc #eafca8

#baa8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa8fc Color CSS Codes

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

#baa8fc Text Font Color

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

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


#baa8fc Background Color

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

This div background color is #baa8fc


#baa8fc Border Color

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

This div border color is #baa8fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,168,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa8fc


Comments

No comments written yet.

Please login to write comment.