Color Hex Logo

#a4bafa Color Hex

#A4BAFA
(164,186,250)
1 Favorites   0 Comments

Color spaces of #a4bafa

RGB 164186250
HSL0.620.900.81
HSV225°34°98°
CMYK 0.340.260.00   0.02
XYZ50.124149.912597.4347
Yxy49.91250.25380.2528
Hunter Lab70.64883.0073-32.3152
CIE-Lab76.01557.3423-34.0819

#a4bafa color RGB value is (164,186,250).

#a4bafa hex color red value is 164, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a4bafa hue: 0.62 , saturation: 0.90 and the lightness value of a4bafa is 0.81.

The process color (four color CMYK) of #a4bafa color hex is 0.34, 0.26, 0.00, 0.02. Web safe color of #a4bafa is #99ccff. Color #a4bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 11111010
Octal 244 272 372
Decimal 164 186 250
Hex A4 BA FA

RGB Percentages of Color #a4bafa

%27.33
%31.00
%41.67

CMYK Percentages of Color #a4bafa

%34
%26
%0
%2

Triadic Colors of #a4bafa

#a4bafa #faa4ba #bafaa4

Analogous Colors of #a4bafa

#a4bafa #b9a4fa #a4e5fa

Monochromatic Colors of #a4bafa

#a4bafa

Complementary Color

#a4bafa #fae4a4

#a4bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bafa Color CSS Codes

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

#a4bafa Text Font Color

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

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


#a4bafa Background Color

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

This div background color is #a4bafa


#a4bafa Border Color

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

This div border color is #a4bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bafa

Related Colors


Comments

No comments written yet.

Please login to write comment.