Color Hex Logo

#a590e5 Color Hex

#A590E5
(165,144,229)
0 Favorites   0 Comments

Color spaces of #a590e5

RGB 165144229
HSL0.710.620.73
HSV255°37°90°
CMYK 0.280.370.00   0.10
XYZ39.633233.603078.5259
Yxy33.60300.26120.2214
Hunter Lab57.968120.5976-39.7389
CIE-Lab64.646225.9326-40.3101

#a590e5 color RGB value is (165,144,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010000 11100101
Octal 245 220 345
Decimal 165 144 229
Hex A5 90 E5

RGB Percentages of Color #a590e5

%30.67
%26.77
%42.57

CMYK Percentages of Color #a590e5

%28
%37
%0
%10

Triadic Colors of #a590e5

#a590e5 #e5a590 #90e5a5

Analogous Colors of #a590e5

#a590e5 #d090e5 #90a6e5

Monochromatic Colors of #a590e5

#a590e5

Complementary Color

#a590e5 #d0e590

#a590e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a590e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a590e5 Color CSS Codes

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

#a590e5 Text Font Color

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

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


#a590e5 Background Color

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

This div background color is #a590e5


#a590e5 Border Color

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

This div border color is #a590e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a590e5


Comments

No comments written yet.

Please login to write comment.