Color Hex Logo

#a290db Color Hex

#A290DB
(162,144,219)
0 Favorites   0 Comments

Color spaces of #a290db

RGB 162144219
HSL0.710.510.71
HSV254°34°86°
CMYK 0.260.340.00   0.14
XYZ37.659732.742471.3529
Yxy32.74240.26570.2310
Hunter Lab57.221017.3422-33.8782
CIE-Lab63.951822.6198-35.8710

#a290db color RGB value is (162,144,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010000 11011011
Octal 242 220 333
Decimal 162 144 219
Hex A2 90 DB

RGB Percentages of Color #a290db

%30.86
%27.43
%41.71

CMYK Percentages of Color #a290db

%26
%34
%0
%14

Triadic Colors of #a290db

#a290db #dba290 #90dba2

Analogous Colors of #a290db

#a290db #c890db #90a4db

Monochromatic Colors of #a290db

#a290db

Complementary Color

#a290db #c9db90

#a290db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a290db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a290db Color CSS Codes

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

#a290db Text Font Color

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

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


#a290db Background Color

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

This div background color is #a290db


#a290db Border Color

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

This div border color is #a290db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a290db


Comments

No comments written yet.

Please login to write comment.