Color Hex Logo

#bab1ff Color Hex

#BAB1FF
(186,177,255)
0 Favorites   0 Comments

Color spaces of #bab1ff

RGB 186177255
HSL0.691.000.85
HSV247°31°100°
CMYK 0.270.310.00   0.00
XYZ54.021849.1034101.2384
Yxy49.10340.26430.2403
Hunter Lab70.073814.9813-36.6069
CIE-Lab75.515619.7077-37.4198

#bab1ff color RGB value is (186,177,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 11111111
Octal 272 261 377
Decimal 186 177 255
Hex BA B1 FF

RGB Percentages of Color #bab1ff

%30.10
%28.64
%41.26

CMYK Percentages of Color #bab1ff

%27
%31
%0
%0

Triadic Colors of #bab1ff

#bab1ff #ffbab1 #b1ffba

Analogous Colors of #bab1ff

#bab1ff #e1b1ff #b1cfff

Monochromatic Colors of #bab1ff

#bab1ff

Complementary Color

#bab1ff #f6ffb1

#bab1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab1ff Color CSS Codes

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

#bab1ff Text Font Color

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

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


#bab1ff Background Color

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

This div background color is #bab1ff


#bab1ff Border Color

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

This div border color is #bab1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab1ff


Comments

No comments written yet.

Please login to write comment.