Color Hex Logo

#bab0ff Color Hex

#BAB0FF
(186,176,255)
0 Favorites   0 Comments

Color spaces of #bab0ff

RGB 186176255
HSL0.691.000.85
HSV248°31°100°
CMYK 0.270.310.00   0.00
XYZ53.825048.7098101.1728
Yxy48.70980.26420.2391
Hunter Lab69.792415.5253-37.0936
CIE-Lab75.270420.2609-37.8004

#bab0ff color RGB value is (186,176,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 11111111
Octal 272 260 377
Decimal 186 176 255
Hex BA B0 FF

RGB Percentages of Color #bab0ff

%30.15
%28.53
%41.33

CMYK Percentages of Color #bab0ff

%27
%31
%0
%0

Triadic Colors of #bab0ff

#bab0ff #ffbab0 #b0ffba

Analogous Colors of #bab0ff

#bab0ff #e2b0ff #b0ceff

Monochromatic Colors of #bab0ff

#bab0ff

Complementary Color

#bab0ff #f5ffb0

#bab0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab0ff Color CSS Codes

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

#bab0ff Text Font Color

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

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


#bab0ff Background Color

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

This div background color is #bab0ff


#bab0ff Border Color

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

This div border color is #bab0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab0ff


Comments

No comments written yet.

Please login to write comment.