Color Hex Logo

#a4a8fa Color Hex

#A4A8FA
(164,168,250)
0 Favorites   0 Comments

Color spaces of #a4a8fa

RGB 164168250
HSL0.660.900.81
HSV237°34°98°
CMYK 0.340.330.00   0.02
XYZ46.567842.799996.2493
Yxy42.79990.25090.2306
Hunter Lab65.421612.5703-41.4332
CIE-Lab71.418917.3662-41.2222

#a4a8fa color RGB value is (164,168,250).

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

The process color (four color CMYK) of #a4a8fa color hex is 0.34, 0.33, 0.00, 0.02. Web safe color of #a4a8fa is #9999ff. Color #a4a8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101000 11111010
Octal 244 250 372
Decimal 164 168 250
Hex A4 A8 FA

RGB Percentages of Color #a4a8fa

%28.18
%28.87
%42.96

CMYK Percentages of Color #a4a8fa

%34
%33
%0
%2

Triadic Colors of #a4a8fa

#a4a8fa #faa4a8 #a8faa4

Analogous Colors of #a4a8fa

#a4a8fa #cba4fa #a4d3fa

Monochromatic Colors of #a4a8fa

#a4a8fa

Complementary Color

#a4a8fa #faf6a4

#a4a8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a8fa Color CSS Codes

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

#a4a8fa Text Font Color

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

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


#a4a8fa Background Color

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

This div background color is #a4a8fa


#a4a8fa Border Color

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

This div border color is #a4a8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.