Color Hex Logo

#a494db Color Hex

#A494DB
(164,148,219)
0 Favorites   0 Comments

Color spaces of #a494db

RGB 164148219
HSL0.700.500.72
HSV254°32°86°
CMYK 0.250.320.00   0.14
XYZ38.685934.186871.5776
Yxy34.18680.26780.2367
Hunter Lab58.469515.7816-31.6534
CIE-Lab65.110620.9309-34.0553

#a494db color RGB value is (164,148,219).

#a494db hex color red value is 164, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a494db hue: 0.70 , saturation: 0.50 and the lightness value of a494db is 0.72.

The process color (four color CMYK) of #a494db color hex is 0.25, 0.32, 0.00, 0.14. Web safe color of #a494db is #9999cc. Color #a494db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 11011011
Octal 244 224 333
Decimal 164 148 219
Hex A4 94 DB

RGB Percentages of Color #a494db

%30.89
%27.87
%41.24

CMYK Percentages of Color #a494db

%25
%32
%0
%14

Triadic Colors of #a494db

#a494db #dba494 #94dba4

Analogous Colors of #a494db

#a494db #c894db #94a8db

Monochromatic Colors of #a494db

#a494db

Complementary Color

#a494db #cbdb94

#a494db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a494db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a494db Color CSS Codes

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

#a494db Text Font Color

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

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


#a494db Background Color

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

This div background color is #a494db


#a494db Border Color

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

This div border color is #a494db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a494db


Comments

No comments written yet.

Please login to write comment.