Color Hex Logo

#a98aed Color Hex

#A98AED
(169,138,237)
0 Favorites   0 Comments

Color spaces of #a98aed

RGB 169138237
HSL0.720.730.74
HSV259°42°93°
CMYK 0.290.420.00   0.07
XYZ40.736732.726484.2905
Yxy32.72640.25820.2075
Hunter Lab57.207026.9964-47.3148
CIE-Lab63.938832.4171-45.8155

#a98aed color RGB value is (169,138,237).

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

The process color (four color CMYK) of #a98aed color hex is 0.29, 0.42, 0.00, 0.07. Web safe color of #a98aed is #9999ff. Color #a98aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001010 11101101
Octal 251 212 355
Decimal 169 138 237
Hex A9 8A ED

RGB Percentages of Color #a98aed

%31.07
%25.37
%43.57

CMYK Percentages of Color #a98aed

%29
%42
%0
%7

Triadic Colors of #a98aed

#a98aed #eda98a #8aeda9

Analogous Colors of #a98aed

#a98aed #db8aed #8a9ded

Monochromatic Colors of #a98aed

#a98aed

Complementary Color

#a98aed #ceed8a

#a98aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98aed Color CSS Codes

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

#a98aed Text Font Color

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

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


#a98aed Background Color

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

This div background color is #a98aed


#a98aed Border Color

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

This div border color is #a98aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98aed


Comments

No comments written yet.

Please login to write comment.