Color Hex Logo

#a290dc Color Hex

#A290DC
(162,144,220)
0 Favorites   0 Comments

Color spaces of #a290dc

RGB 162144220
HSL0.710.520.71
HSV254°35°86°
CMYK 0.260.350.00   0.14
XYZ37.791832.795272.0484
Yxy32.79520.26500.2299
Hunter Lab57.267117.5786-34.5065
CIE-Lab63.994722.8636-36.3596

#a290dc color RGB value is (162,144,220).

#a290dc hex color red value is 162, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a290dc hue: 0.71 , saturation: 0.52 and the lightness value of a290dc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010000 11011100
Octal 242 220 334
Decimal 162 144 220
Hex A2 90 DC

RGB Percentages of Color #a290dc

%30.80
%27.38
%41.83

CMYK Percentages of Color #a290dc

%26
%35
%0
%14

Triadic Colors of #a290dc

#a290dc #dca290 #90dca2

Analogous Colors of #a290dc

#a290dc #c890dc #90a4dc

Monochromatic Colors of #a290dc

#a290dc

Complementary Color

#a290dc #cadc90

#a290dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a290dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a290dc Color CSS Codes

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

#a290dc Text Font Color

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

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


#a290dc Background Color

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

This div background color is #a290dc


#a290dc Border Color

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

This div border color is #a290dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a290dc


Comments

No comments written yet.

Please login to write comment.