Color Hex Logo

#a98aff Color Hex

#A98AFF
(169,138,255)
0 Favorites   0 Comments

Color spaces of #a98aff

RGB 169138255
HSL0.711.000.77
HSV256°46°100°
CMYK 0.340.460.00   0.00
XYZ43.500733.832098.8452
Yxy33.83200.24690.1920
Hunter Lab58.165331.7075-60.0408
CIE-Lab64.829036.9201-54.2946

#a98aff color RGB value is (169,138,255).

#a98aff hex color red value is 169, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a98aff hue: 0.71 , saturation: 1.00 and the lightness value of a98aff is 0.77.

The process color (four color CMYK) of #a98aff color hex is 0.34, 0.46, 0.00, 0.00. Web safe color of #a98aff is #9999ff. Color #a98aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001010 11111111
Octal 251 212 377
Decimal 169 138 255
Hex A9 8A FF

RGB Percentages of Color #a98aff

%30.07
%24.56
%45.37

CMYK Percentages of Color #a98aff

%34
%46
%0
%0

Triadic Colors of #a98aff

#a98aff #ffa98a #8affa9

Analogous Colors of #a98aff

#a98aff #e48aff #8aa6ff

Monochromatic Colors of #a98aff

#a98aff

Complementary Color

#a98aff #e0ff8a

#a98aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98aff Color CSS Codes

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

#a98aff Text Font Color

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

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


#a98aff Background Color

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

This div background color is #a98aff


#a98aff Border Color

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

This div border color is #a98aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98aff


Comments

No comments written yet.

Please login to write comment.