Color Hex Logo

#a490e5 Color Hex

#A490E5
(164,144,229)
0 Favorites   0 Comments

Color spaces of #a490e5

RGB 164144229
HSL0.710.620.73
HSV254°37°90°
CMYK 0.280.370.00   0.10
XYZ39.426033.496278.5162
Yxy33.49620.26030.2212
Hunter Lab57.875920.3143-39.9215
CIE-Lab64.560725.6491-40.4502

#a490e5 color RGB value is (164,144,229).

#a490e5 hex color red value is 164, green value is 144 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a490e5 hue: 0.71 , saturation: 0.62 and the lightness value of a490e5 is 0.73.

The process color (four color CMYK) of #a490e5 color hex is 0.28, 0.37, 0.00, 0.10. Web safe color of #a490e5 is #9999cc. Color #a490e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 11100101
Octal 244 220 345
Decimal 164 144 229
Hex A4 90 E5

RGB Percentages of Color #a490e5

%30.54
%26.82
%42.64

CMYK Percentages of Color #a490e5

%28
%37
%0
%10

Triadic Colors of #a490e5

#a490e5 #e5a490 #90e5a4

Analogous Colors of #a490e5

#a490e5 #cf90e5 #90a7e5

Monochromatic Colors of #a490e5

#a490e5

Complementary Color

#a490e5 #d1e590

#a490e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a490e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a490e5 Color CSS Codes

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

#a490e5 Text Font Color

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

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


#a490e5 Background Color

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

This div background color is #a490e5


#a490e5 Border Color

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

This div border color is #a490e5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,144,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a490e5


Comments

No comments written yet.

Please login to write comment.