Color Hex Logo

#a490df Color Hex

#A490DF
(164,144,223)
0 Favorites   0 Comments

Color spaces of #a490df

RGB 164144223
HSL0.710.550.72
HSV255°35°87°
CMYK 0.260.350.00   0.13
XYZ38.602433.166774.1793
Yxy33.16670.26450.2272
Hunter Lab57.590518.8634-36.0549
CIE-Lab64.295724.1766-37.5423

#a490df color RGB value is (164,144,223).

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

The process color (four color CMYK) of #a490df color hex is 0.26, 0.35, 0.00, 0.13. Web safe color of #a490df is #9999cc. Color #a490df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 11011111
Octal 244 220 337
Decimal 164 144 223
Hex A4 90 DF

RGB Percentages of Color #a490df

%30.89
%27.12
%42.00

CMYK Percentages of Color #a490df

%26
%35
%0
%13

Triadic Colors of #a490df

#a490df #dfa490 #90dfa4

Analogous Colors of #a490df

#a490df #cc90df #90a4df

Monochromatic Colors of #a490df

#a490df

Complementary Color

#a490df #cbdf90

#a490df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a490df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a490df Color CSS Codes

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

#a490df Text Font Color

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

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


#a490df Background Color

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

This div background color is #a490df


#a490df Border Color

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

This div border color is #a490df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a490df


Comments

No comments written yet.

Please login to write comment.