Color Hex Logo

#a496df Color Hex

#A496DF
(164,150,223)
0 Favorites   0 Comments

Color spaces of #a496df

RGB 164150223
HSL0.700.530.73
HSV252°33°87°
CMYK 0.260.330.00   0.13
XYZ39.535535.032974.4903
Yxy35.03290.26520.2350
Hunter Lab59.188615.6505-33.1859
CIE-Lab65.774320.7631-35.2385

#a496df color RGB value is (164,150,223).

#a496df hex color red value is 164, green value is 150 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a496df hue: 0.70 , saturation: 0.53 and the lightness value of a496df is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 11011111
Octal 244 226 337
Decimal 164 150 223
Hex A4 96 DF

RGB Percentages of Color #a496df

%30.54
%27.93
%41.53

CMYK Percentages of Color #a496df

%26
%33
%0
%13

Triadic Colors of #a496df

#a496df #dfa496 #96dfa4

Analogous Colors of #a496df

#a496df #c996df #96addf

Monochromatic Colors of #a496df

#a496df

Complementary Color

#a496df #d1df96

#a496df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a496df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a496df Color CSS Codes

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

#a496df Text Font Color

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

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


#a496df Background Color

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

This div background color is #a496df


#a496df Border Color

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

This div border color is #a496df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a496df


Comments

No comments written yet.

Please login to write comment.