Color Hex Logo

#bab1eb Color Hex

#BAB1EB
(186,177,235)
0 Favorites   0 Comments

Color spaces of #bab1eb

RGB 186177235
HSL0.690.590.81
HSV249°25°92°
CMYK 0.210.250.00   0.08
XYZ50.967247.881585.1531
Yxy47.88150.27700.2602
Hunter Lab69.196510.3818-24.5247
CIE-Lab74.750115.0489-27.7995

#bab1eb color RGB value is (186,177,235).

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

The process color (four color CMYK) of #bab1eb color hex is 0.21, 0.25, 0.00, 0.08. Web safe color of #bab1eb is #cc99ff. Color #bab1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 11101011
Octal 272 261 353
Decimal 186 177 235
Hex BA B1 EB

RGB Percentages of Color #bab1eb

%31.10
%29.60
%39.30

CMYK Percentages of Color #bab1eb

%21
%25
%0
%8

Triadic Colors of #bab1eb

#bab1eb #ebbab1 #b1ebba

Analogous Colors of #bab1eb

#bab1eb #d7b1eb #b1c5eb

Monochromatic Colors of #bab1eb

#bab1eb

Complementary Color

#bab1eb #e2ebb1

#bab1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab1eb Color CSS Codes

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

#bab1eb Text Font Color

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

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


#bab1eb Background Color

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

This div background color is #bab1eb


#bab1eb Border Color

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

This div border color is #bab1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab1eb


Comments

No comments written yet.

Please login to write comment.