Color Hex Logo

#a499df Color Hex

#A499DF
(164,153,223)
0 Favorites   0 Comments

Color spaces of #a499df

RGB 164153223
HSL0.690.520.74
HSV249°31°87°
CMYK 0.260.310.00   0.13
XYZ40.020436.002774.6520
Yxy36.00270.26560.2389
Hunter Lab60.002214.0523-31.7643
CIE-Lab66.522019.0599-34.0768

#a499df color RGB value is (164,153,223).

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

The process color (four color CMYK) of #a499df color hex is 0.26, 0.31, 0.00, 0.13. Web safe color of #a499df is #9999cc. Color #a499df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 11011111
Octal 244 231 337
Decimal 164 153 223
Hex A4 99 DF

RGB Percentages of Color #a499df

%30.37
%28.33
%41.30

CMYK Percentages of Color #a499df

%26
%31
%0
%13

Triadic Colors of #a499df

#a499df #dfa499 #99dfa4

Analogous Colors of #a499df

#a499df #c799df #99b1df

Monochromatic Colors of #a499df

#a499df

Complementary Color

#a499df #d4df99

#a499df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a499df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a499df Color CSS Codes

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

#a499df Text Font Color

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

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


#a499df Background Color

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

This div background color is #a499df


#a499df Border Color

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

This div border color is #a499df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,153,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a499df


Comments

No comments written yet.

Please login to write comment.