Color Hex Logo

#a98eff Color Hex

#A98EFF
(169,142,255)
0 Favorites   0 Comments

Color spaces of #a98eff

RGB 169142255
HSL0.711.000.78
HSV254°44°100°
CMYK 0.340.440.00   0.00
XYZ44.085235.001099.0401
Yxy35.00100.24750.1965
Hunter Lab59.161629.4791-57.8418
CIE-Lab65.749434.6708-52.8348

#a98eff color RGB value is (169,142,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 11111111
Octal 251 216 377
Decimal 169 142 255
Hex A9 8E FF

RGB Percentages of Color #a98eff

%29.86
%25.09
%45.05

CMYK Percentages of Color #a98eff

%34
%44
%0
%0

Triadic Colors of #a98eff

#a98eff #ffa98e #8effa9

Analogous Colors of #a98eff

#a98eff #e28eff #8eacff

Monochromatic Colors of #a98eff

#a98eff

Complementary Color

#a98eff #e4ff8e

#a98eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98eff Color CSS Codes

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

#a98eff Text Font Color

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

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


#a98eff Background Color

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

This div background color is #a98eff


#a98eff Border Color

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

This div border color is #a98eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98eff

Related Colors


Comments

No comments written yet.

Please login to write comment.