Color Hex Logo

#a3a4ea Color Hex

#A3A4EA
(163,164,234)
0 Favorites   0 Comments

Color spaces of #a3a4ea

RGB 163164234
HSL0.660.630.78
HSV239°30°92°
CMYK 0.300.300.00   0.08
XYZ43.231040.278083.3378
Yxy40.27800.25910.2414
Hunter Lab63.465010.5268-33.4301
CIE-Lab69.667115.2683-35.2446

#a3a4ea color RGB value is (163,164,234).

#a3a4ea hex color red value is 163, green value is 164 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a3a4ea hue: 0.66 , saturation: 0.63 and the lightness value of a3a4ea is 0.78.

The process color (four color CMYK) of #a3a4ea color hex is 0.30, 0.30, 0.00, 0.08. Web safe color of #a3a4ea is #9999ff. Color #a3a4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10100100 11101010
Octal 243 244 352
Decimal 163 164 234
Hex A3 A4 EA

RGB Percentages of Color #a3a4ea

%29.06
%29.23
%41.71

CMYK Percentages of Color #a3a4ea

%30
%30
%0
%8

Triadic Colors of #a3a4ea

#a3a4ea #eaa3a4 #a4eaa3

Analogous Colors of #a3a4ea

#a3a4ea #c6a3ea #a3c8ea

Monochromatic Colors of #a3a4ea

#a3a4ea

Complementary Color

#a3a4ea #eae9a3

#a3a4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3a4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3a4ea Color CSS Codes

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

#a3a4ea Text Font Color

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

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


#a3a4ea Background Color

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

This div background color is #a3a4ea


#a3a4ea Border Color

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

This div border color is #a3a4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3a4ea


Comments

No comments written yet.

Please login to write comment.