Color Hex Logo

#a496da Color Hex

#A496DA
(164,150,218)
0 Favorites   0 Comments

Color spaces of #a496da

RGB 164150218
HSL0.700.480.72
HSV252°31°85°
CMYK 0.250.310.00   0.15
XYZ38.871134.767270.9917
Yxy34.76720.26880.2404
Hunter Lab58.963714.4874-30.1099
CIE-Lab65.567019.5538-32.7925

#a496da color RGB value is (164,150,218).

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

The process color (four color CMYK) of #a496da color hex is 0.25, 0.31, 0.00, 0.15. Web safe color of #a496da is #9999cc. Color #a496da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 11011010
Octal 244 226 332
Decimal 164 150 218
Hex A4 96 DA

RGB Percentages of Color #a496da

%30.83
%28.20
%40.98

CMYK Percentages of Color #a496da

%25
%31
%0
%15

Triadic Colors of #a496da

#a496da #daa496 #96daa4

Analogous Colors of #a496da

#a496da #c696da #96aada

Monochromatic Colors of #a496da

#a496da

Complementary Color

#a496da #ccda96

#a496da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a496da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a496da Color CSS Codes

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

#a496da Text Font Color

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

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


#a496da Background Color

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

This div background color is #a496da


#a496da Border Color

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

This div border color is #a496da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a496da


Comments

No comments written yet.

Please login to write comment.