Color Hex Logo

#a493db Color Hex

#A493DB
(164,147,219)
0 Favorites   0 Comments

Color spaces of #a493db

RGB 164147219
HSL0.710.500.72
HSV254°33°86°
CMYK 0.250.330.00   0.14
XYZ38.529733.874471.5255
Yxy33.87440.26770.2354
Hunter Lab58.201716.3145-32.1217
CIE-Lab64.862821.4997-34.4404

#a493db color RGB value is (164,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 11011011
Octal 244 223 333
Decimal 164 147 219
Hex A4 93 DB

RGB Percentages of Color #a493db

%30.94
%27.74
%41.32

CMYK Percentages of Color #a493db

%25
%33
%0
%14

Triadic Colors of #a493db

#a493db #dba493 #93dba4

Analogous Colors of #a493db

#a493db #c893db #93a6db

Monochromatic Colors of #a493db

#a493db

Complementary Color

#a493db #cadb93

#a493db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a493db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a493db Color CSS Codes

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

#a493db Text Font Color

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

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


#a493db Background Color

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

This div background color is #a493db


#a493db Border Color

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

This div border color is #a493db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a493db


Comments

No comments written yet.

Please login to write comment.