Color Hex Logo

#a97aed Color Hex

#A97AED
(169,122,237)
0 Favorites   0 Comments

Color spaces of #a97aed

RGB 169122237
HSL0.730.760.70
HSV265°49°93°
CMYK 0.290.490.00   0.07
XYZ38.607828.468583.5809
Yxy28.46850.25630.1890
Hunter Lab53.355935.7881-55.5275
CIE-Lab60.309741.3749-51.5558

#a97aed color RGB value is (169,122,237).

#a97aed hex color red value is 169, green value is 122 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a97aed hue: 0.73 , saturation: 0.76 and the lightness value of a97aed is 0.70.

The process color (four color CMYK) of #a97aed color hex is 0.29, 0.49, 0.00, 0.07. Web safe color of #a97aed is #9966ff. Color #a97aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111010 11101101
Octal 251 172 355
Decimal 169 122 237
Hex A9 7A ED

RGB Percentages of Color #a97aed

%32.01
%23.11
%44.89

CMYK Percentages of Color #a97aed

%29
%49
%0
%7

Triadic Colors of #a97aed

#a97aed #eda97a #7aeda9

Analogous Colors of #a97aed

#a97aed #e37aed #7a85ed

Monochromatic Colors of #a97aed

#a97aed

Complementary Color

#a97aed #beed7a

#a97aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97aed Color CSS Codes

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

#a97aed Text Font Color

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

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


#a97aed Background Color

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

This div background color is #a97aed


#a97aed Border Color

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

This div border color is #a97aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97aed


Comments

No comments written yet.

Please login to write comment.