Color Hex Logo

#a497e9 Color Hex

#A497E9
(164,151,233)
0 Favorites   0 Comments

Color spaces of #a497e9

RGB 164151233
HSL0.690.650.75
HSV250°35°91°
CMYK 0.300.350.00   0.09
XYZ41.084435.908981.8565
Yxy35.90890.25860.2261
Hunter Lab59.924017.5140-39.0436
CIE-Lab66.450322.6612-39.7004

#a497e9 color RGB value is (164,151,233).

#a497e9 hex color red value is 164, green value is 151 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #a497e9 hue: 0.69 , saturation: 0.65 and the lightness value of a497e9 is 0.75.

The process color (four color CMYK) of #a497e9 color hex is 0.30, 0.35, 0.00, 0.09. Web safe color of #a497e9 is #9999ff. Color #a497e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 11101001
Octal 244 227 351
Decimal 164 151 233
Hex A4 97 E9

RGB Percentages of Color #a497e9

%29.93
%27.55
%42.52

CMYK Percentages of Color #a497e9

%30
%35
%0
%9

Triadic Colors of #a497e9

#a497e9 #e9a497 #97e9a4

Analogous Colors of #a497e9

#a497e9 #cd97e9 #97b3e9

Monochromatic Colors of #a497e9

#a497e9

Complementary Color

#a497e9 #dce997

#a497e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a497e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a497e9 Color CSS Codes

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

#a497e9 Text Font Color

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

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


#a497e9 Background Color

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

This div background color is #a497e9


#a497e9 Border Color

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

This div border color is #a497e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a497e9


Comments

No comments written yet.

Please login to write comment.