Color Hex Logo

#a590da Color Hex

#A590DA
(165,144,218)
0 Favorites   0 Comments

Color spaces of #a590da

RGB 165144218
HSL0.710.500.71
HSV257°34°85°
CMYK 0.240.340.00   0.15
XYZ38.145233.007870.6903
Yxy33.00780.26890.2327
Hunter Lab57.452417.9723-32.7346
CIE-Lab64.167223.2626-34.9602

#a590da color RGB value is (165,144,218).

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

The process color (four color CMYK) of #a590da color hex is 0.24, 0.34, 0.00, 0.15. Web safe color of #a590da is #9999cc. Color #a590da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010000 11011010
Octal 245 220 332
Decimal 165 144 218
Hex A5 90 DA

RGB Percentages of Color #a590da

%31.31
%27.32
%41.37

CMYK Percentages of Color #a590da

%24
%34
%0
%15

Triadic Colors of #a590da

#a590da #daa590 #90daa5

Analogous Colors of #a590da

#a590da #ca90da #90a0da

Monochromatic Colors of #a590da

#a590da

Complementary Color

#a590da #c5da90

#a590da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a590da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a590da Color CSS Codes

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

#a590da Text Font Color

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

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


#a590da Background Color

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

This div background color is #a590da


#a590da Border Color

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

This div border color is #a590da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a590da


Comments

No comments written yet.

Please login to write comment.