Color Hex Logo

#a98edf Color Hex

#A98EDF
(169,142,223)
0 Favorites   0 Comments

Color spaces of #a98edf

RGB 169142223
HSL0.720.560.72
HSV260°36°87°
CMYK 0.240.360.00   0.13
XYZ39.354533.108774.1285
Yxy33.10870.26850.2259
Hunter Lab57.540221.3895-36.1047
CIE-Lab64.248826.7678-37.5828

#a98edf color RGB value is (169,142,223).

#a98edf hex color red value is 169, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a98edf hue: 0.72 , saturation: 0.56 and the lightness value of a98edf is 0.72.

The process color (four color CMYK) of #a98edf color hex is 0.24, 0.36, 0.00, 0.13. Web safe color of #a98edf is #9999cc. Color #a98edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 11011111
Octal 251 216 337
Decimal 169 142 223
Hex A9 8E DF

RGB Percentages of Color #a98edf

%31.65
%26.59
%41.76

CMYK Percentages of Color #a98edf

%24
%36
%0
%13

Triadic Colors of #a98edf

#a98edf #dfa98e #8edfa9

Analogous Colors of #a98edf

#a98edf #d28edf #8e9cdf

Monochromatic Colors of #a98edf

#a98edf

Complementary Color

#a98edf #c4df8e

#a98edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98edf Color CSS Codes

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

#a98edf Text Font Color

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

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


#a98edf Background Color

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

This div background color is #a98edf


#a98edf Border Color

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

This div border color is #a98edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,142,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98edf


Comments

No comments written yet.

Please login to write comment.