Color Hex Logo

#a590fa Color Hex

#A590FA
(165,144,250)
0 Favorites   0 Comments

Color spaces of #a590fa

RGB 165144250
HSL0.700.910.77
HSV252°42°98°
CMYK 0.340.420.00   0.02
XYZ42.745634.848094.9159
Yxy34.84800.24780.2020
Hunter Lab59.032225.9467-54.0079
CIE-Lab65.630231.2243-50.3124

#a590fa color RGB value is (165,144,250).

#a590fa hex color red value is 165, green value is 144 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a590fa hue: 0.70 , saturation: 0.91 and the lightness value of a590fa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010000 11111010
Octal 245 220 372
Decimal 165 144 250
Hex A5 90 FA

RGB Percentages of Color #a590fa

%29.52
%25.76
%44.72

CMYK Percentages of Color #a590fa

%34
%42
%0
%2

Triadic Colors of #a590fa

#a590fa #faa590 #90faa5

Analogous Colors of #a590fa

#a590fa #da90fa #90b0fa

Monochromatic Colors of #a590fa

#a590fa

Complementary Color

#a590fa #e5fa90

#a590fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a590fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a590fa Color CSS Codes

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

#a590fa Text Font Color

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

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


#a590fa Background Color

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

This div background color is #a590fa


#a590fa Border Color

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

This div border color is #a590fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a590fa


Comments

No comments written yet.

Please login to write comment.