Color Hex Logo

#a490ea Color Hex

#A490EA
(164,144,234)
0 Favorites   0 Comments

Color spaces of #a490ea

RGB 164144234
HSL0.700.680.74
HSV253°38°92°
CMYK 0.300.380.00   0.08
XYZ40.134433.779582.2467
Yxy33.77950.25700.2163
Hunter Lab58.120121.5515-43.2181
CIE-Lab64.787226.8930-42.8563

#a490ea color RGB value is (164,144,234).

#a490ea hex color red value is 164, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a490ea hue: 0.70 , saturation: 0.68 and the lightness value of a490ea is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 11101010
Octal 244 220 352
Decimal 164 144 234
Hex A4 90 EA

RGB Percentages of Color #a490ea

%30.26
%26.57
%43.17

CMYK Percentages of Color #a490ea

%30
%38
%0
%8

Triadic Colors of #a490ea

#a490ea #eaa490 #90eaa4

Analogous Colors of #a490ea

#a490ea #d190ea #90a9ea

Monochromatic Colors of #a490ea

#a490ea

Complementary Color

#a490ea #d6ea90

#a490ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a490ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a490ea Color CSS Codes

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

#a490ea Text Font Color

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

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


#a490ea Background Color

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

This div background color is #a490ea


#a490ea Border Color

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

This div border color is #a490ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a490ea


Comments

No comments written yet.

Please login to write comment.