Color Hex Logo

#baabfe Color Hex

#BAABFE
(186,171,254)
0 Favorites   0 Comments

Color spaces of #baabfe

RGB 186171254
HSL0.700.980.83
HSV251°33°100°
CMYK 0.270.330.00   0.00
XYZ52.702046.7207100.0062
Yxy46.72070.26430.2343
Hunter Lab68.352518.0123-38.9001
CIE-Lab74.010822.7934-39.2192

#baabfe color RGB value is (186,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11111110
Octal 272 253 376
Decimal 186 171 254
Hex BA AB FE

RGB Percentages of Color #baabfe

%30.44
%27.99
%41.57

CMYK Percentages of Color #baabfe

%27
%33
%0
%0

Triadic Colors of #baabfe

#baabfe #febaab #abfeba

Analogous Colors of #baabfe

#baabfe #e4abfe #abc6fe

Monochromatic Colors of #baabfe

#baabfe

Complementary Color

#baabfe #effeab

#baabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabfe Color CSS Codes

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

#baabfe Text Font Color

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

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


#baabfe Background Color

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

This div background color is #baabfe


#baabfe Border Color

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

This div border color is #baabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabfe


Comments

No comments written yet.

Please login to write comment.