Color Hex Logo

#baabf8 Color Hex

#BAABF8
(186,171,248)
0 Favorites   0 Comments

Color spaces of #baabf8

RGB 186171248
HSL0.700.850.82
HSV252°31°97°
CMYK 0.250.310.00   0.03
XYZ51.755946.342295.0241
Yxy46.34220.26800.2400
Hunter Lab68.075116.5779-35.1086
CIE-Lab73.767021.3710-36.3559

#baabf8 color RGB value is (186,171,248).

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

The process color (four color CMYK) of #baabf8 color hex is 0.25, 0.31, 0.00, 0.03. Web safe color of #baabf8 is #cc99ff. Color #baabf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11111000
Octal 272 253 370
Decimal 186 171 248
Hex BA AB F8

RGB Percentages of Color #baabf8

%30.74
%28.26
%40.99

CMYK Percentages of Color #baabf8

%25
%31
%0
%3

Triadic Colors of #baabf8

#baabf8 #f8baab #abf8ba

Analogous Colors of #baabf8

#baabf8 #e1abf8 #abc3f8

Monochromatic Colors of #baabf8

#baabf8

Complementary Color

#baabf8 #e9f8ab

#baabf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabf8 Color CSS Codes

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

#baabf8 Text Font Color

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

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


#baabf8 Background Color

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

This div background color is #baabf8


#baabf8 Border Color

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

This div border color is #baabf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabf8


Comments

No comments written yet.

Please login to write comment.