Color Hex Logo

#baabfc Color Hex

#BAABFC
(186,171,252)
0 Favorites   0 Comments

Color spaces of #baabfc

RGB 186171252
HSL0.700.930.83
HSV251°32°99°
CMYK 0.260.320.00   0.01
XYZ52.383346.593298.3279
Yxy46.59320.26550.2361
Hunter Lab68.259217.5304-37.6262
CIE-Lab73.928822.3170-38.2668

#baabfc color RGB value is (186,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11111100
Octal 272 253 374
Decimal 186 171 252
Hex BA AB FC

RGB Percentages of Color #baabfc

%30.54
%28.08
%41.38

CMYK Percentages of Color #baabfc

%26
%32
%0
%1

Triadic Colors of #baabfc

#baabfc #fcbaab #abfcba

Analogous Colors of #baabfc

#baabfc #e3abfc #abc5fc

Monochromatic Colors of #baabfc

#baabfc

Complementary Color

#baabfc #edfcab

#baabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabfc Color CSS Codes

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

#baabfc Text Font Color

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

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


#baabfc Background Color

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

This div background color is #baabfc


#baabfc Border Color

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

This div border color is #baabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabfc


Comments

No comments written yet.

Please login to write comment.