Color Hex Logo

#bab4fa Color Hex

#BAB4FA
(186,180,250)
0 Favorites   0 Comments

Color spaces of #bab4fa

RGB 186180250
HSL0.680.880.84
HSV245°28°98°
CMYK 0.260.280.00   0.02
XYZ53.826349.983797.2534
Yxy49.98370.26770.2486
Hunter Lab70.699212.1762-32.0696
CIE-Lab76.059316.8642-33.8869

#bab4fa color RGB value is (186,180,250).

#bab4fa hex color red value is 186, green value is 180 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bab4fa hue: 0.68 , saturation: 0.88 and the lightness value of bab4fa is 0.84.

The process color (four color CMYK) of #bab4fa color hex is 0.26, 0.28, 0.00, 0.02. Web safe color of #bab4fa is #ccccff. Color #bab4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 11111010
Octal 272 264 372
Decimal 186 180 250
Hex BA B4 FA

RGB Percentages of Color #bab4fa

%30.19
%29.22
%40.58

CMYK Percentages of Color #bab4fa

%26
%28
%0
%2

Triadic Colors of #bab4fa

#bab4fa #fabab4 #b4faba

Analogous Colors of #bab4fa

#bab4fa #ddb4fa #b4d1fa

Monochromatic Colors of #bab4fa

#bab4fa

Complementary Color

#bab4fa #f4fab4

#bab4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab4fa Color CSS Codes

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

#bab4fa Text Font Color

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

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


#bab4fa Background Color

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

This div background color is #bab4fa


#bab4fa Border Color

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

This div border color is #bab4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.