Color Hex Logo

#bab1ea Color Hex

#BAB1EA
(186,177,234)
0 Favorites   0 Comments

Color spaces of #bab1ea

RGB 186177234
HSL0.690.580.81
HSV249°24°92°
CMYK 0.210.240.00   0.08
XYZ50.823147.823984.3942
Yxy47.82390.27770.2613
Hunter Lab69.154810.1618-23.9471
CIE-Lab74.713714.8227-27.3133

#bab1ea color RGB value is (186,177,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 11101010
Octal 272 261 352
Decimal 186 177 234
Hex BA B1 EA

RGB Percentages of Color #bab1ea

%31.16
%29.65
%39.20

CMYK Percentages of Color #bab1ea

%21
%24
%0
%8

Triadic Colors of #bab1ea

#bab1ea #eabab1 #b1eaba

Analogous Colors of #bab1ea

#bab1ea #d7b1ea #b1c5ea

Monochromatic Colors of #bab1ea

#bab1ea

Complementary Color

#bab1ea #e1eab1

#bab1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab1ea Color CSS Codes

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

#bab1ea Text Font Color

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

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


#bab1ea Background Color

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

This div background color is #bab1ea


#bab1ea Border Color

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

This div border color is #bab1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab1ea


Comments

No comments written yet.

Please login to write comment.