Color Hex Logo

#a49ea7 Color Hex

#A49EA7
(164,158,167)
0 Favorites   0 Comments

Color spaces of #a49ea7

RGB 164158167
HSL0.780.050.64
HSV280°65°
CMYK 0.020.050.00   0.35
XYZ34.511835.136341.5222
Yxy35.13630.31040.3161
Hunter Lab59.27590.1941-0.0390
CIE-Lab65.85463.8864-3.9054

#a49ea7 color RGB value is (164,158,167).

#a49ea7 hex color red value is 164, green value is 158 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #a49ea7 hue: 0.78 , saturation: 0.05 and the lightness value of a49ea7 is 0.64.

The process color (four color CMYK) of #a49ea7 color hex is 0.02, 0.05, 0.00, 0.35. Web safe color of #a49ea7 is #999999. Color #a49ea7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011110 10100111
Octal 244 236 247
Decimal 164 158 167
Hex A4 9E A7

RGB Percentages of Color #a49ea7

%33.54
%32.31
%34.15

CMYK Percentages of Color #a49ea7

%2
%5
%0
%35

Triadic Colors of #a49ea7

#a49ea7 #a7a49e #9ea7a4

Analogous Colors of #a49ea7

#a49ea7 #a79ea6 #a09ea7

Monochromatic Colors of #a49ea7

#a49ea7

Complementary Color

#a49ea7 #a1a79e

#a49ea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49ea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49ea7 Color CSS Codes

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

#a49ea7 Text Font Color

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

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


#a49ea7 Background Color

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

This div background color is #a49ea7


#a49ea7 Border Color

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

This div border color is #a49ea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49ea7


Comments

No comments written yet.

Please login to write comment.