Color Hex Logo

#bab1fc Color Hex

#BAB1FC
(186,177,252)
0 Favorites   0 Comments

Color spaces of #bab1fc

RGB 186177252
HSL0.690.930.84
HSV247°30°99°
CMYK 0.260.300.00   0.01
XYZ53.542548.911798.7144
Yxy48.91170.26620.2431
Hunter Lab69.936914.2670-34.7307
CIE-Lab75.396418.9931-35.9895

#bab1fc color RGB value is (186,177,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 11111100
Octal 272 261 374
Decimal 186 177 252
Hex BA B1 FC

RGB Percentages of Color #bab1fc

%30.24
%28.78
%40.98

CMYK Percentages of Color #bab1fc

%26
%30
%0
%1

Triadic Colors of #bab1fc

#bab1fc #fcbab1 #b1fcba

Analogous Colors of #bab1fc

#bab1fc #e0b1fc #b1cefc

Monochromatic Colors of #bab1fc

#bab1fc

Complementary Color

#bab1fc #f3fcb1

#bab1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab1fc Color CSS Codes

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

#bab1fc Text Font Color

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

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


#bab1fc Background Color

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

This div background color is #bab1fc


#bab1fc Border Color

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

This div border color is #bab1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab1fc


Comments

No comments written yet.

Please login to write comment.