Color Hex Logo

#baa2fb Color Hex

#BAA2FB
(186,162,251)
0 Favorites   0 Comments

Color spaces of #baa2fb

RGB 186162251
HSL0.710.920.81
HSV256°35°98°
CMYK 0.260.350.00   0.02
XYZ50.582643.244896.9479
Yxy43.24480.26510.2267
Hunter Lab65.760822.2192-41.3758
CIE-Lab71.720827.0820-41.1651

#baa2fb color RGB value is (186,162,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 11111011
Octal 272 242 373
Decimal 186 162 251
Hex BA A2 FB

RGB Percentages of Color #baa2fb

%31.05
%27.05
%41.90

CMYK Percentages of Color #baa2fb

%26
%35
%0
%2

Triadic Colors of #baa2fb

#baa2fb #fbbaa2 #a2fbba

Analogous Colors of #baa2fb

#baa2fb #e7a2fb #a2b7fb

Monochromatic Colors of #baa2fb

#baa2fb

Complementary Color

#baa2fb #e3fba2

#baa2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa2fb Color CSS Codes

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

#baa2fb Text Font Color

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

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


#baa2fb Background Color

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

This div background color is #baa2fb


#baa2fb Border Color

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

This div border color is #baa2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa2fb

Related Colors


Comments

No comments written yet.

Please login to write comment.