Color Hex Logo

#a496ed Color Hex

#A496ED
(164,150,237)
0 Favorites   0 Comments

Color spaces of #a496ed

RGB 164150237
HSL0.690.710.76
HSV250°37°93°
CMYK 0.310.370.00   0.07
XYZ41.502335.819684.8472
Yxy35.81960.25590.2209
Hunter Lab59.849519.0433-42.1594
CIE-Lab66.381924.2335-42.0067

#a496ed color RGB value is (164,150,237).

#a496ed hex color red value is 164, green value is 150 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a496ed hue: 0.69 , saturation: 0.71 and the lightness value of a496ed is 0.76.

The process color (four color CMYK) of #a496ed color hex is 0.31, 0.37, 0.00, 0.07. Web safe color of #a496ed is #9999ff. Color #a496ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 11101101
Octal 244 226 355
Decimal 164 150 237
Hex A4 96 ED

RGB Percentages of Color #a496ed

%29.76
%27.22
%43.01

CMYK Percentages of Color #a496ed

%31
%37
%0
%7

Triadic Colors of #a496ed

#a496ed #eda496 #96eda4

Analogous Colors of #a496ed

#a496ed #d096ed #96b4ed

Monochromatic Colors of #a496ed

#a496ed

Complementary Color

#a496ed #dfed96

#a496ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a496ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a496ed Color CSS Codes

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

#a496ed Text Font Color

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

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


#a496ed Background Color

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

This div background color is #a496ed


#a496ed Border Color

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

This div border color is #a496ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a496ed


Comments

No comments written yet.

Please login to write comment.