Color Hex Logo

#a499db Color Hex

#A499DB
(164,153,219)
0 Favorites   0 Comments

Color spaces of #a499db

RGB 164153219
HSL0.690.480.73
HSV250°30°86°
CMYK 0.250.300.00   0.14
XYZ39.487335.789571.8447
Yxy35.78950.26840.2433
Hunter Lab59.824313.1271-29.3260
CIE-Lab66.358818.0919-32.1193

#a499db color RGB value is (164,153,219).

#a499db hex color red value is 164, green value is 153 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a499db hue: 0.69 , saturation: 0.48 and the lightness value of a499db is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 11011011
Octal 244 231 333
Decimal 164 153 219
Hex A4 99 DB

RGB Percentages of Color #a499db

%30.60
%28.54
%40.86

CMYK Percentages of Color #a499db

%25
%30
%0
%14

Triadic Colors of #a499db

#a499db #dba499 #99dba4

Analogous Colors of #a499db

#a499db #c599db #99afdb

Monochromatic Colors of #a499db

#a499db

Complementary Color

#a499db #d0db99

#a499db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a499db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a499db Color CSS Codes

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

#a499db Text Font Color

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

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


#a499db Background Color

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

This div background color is #a499db


#a499db Border Color

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

This div border color is #a499db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a499db


Comments

No comments written yet.

Please login to write comment.