Color Hex Logo

#a98efd Color Hex

#A98EFD
(169,142,253)
0 Favorites   0 Comments

Color spaces of #a98efd

RGB 169142253
HSL0.710.970.77
HSV255°44°99°
CMYK 0.330.440.00   0.01
XYZ43.764834.872997.3530
Yxy34.87290.24870.1982
Hunter Lab59.053328.9444-56.4059
CIE-Lab65.649634.1613-51.9003

#a98efd color RGB value is (169,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 11111101
Octal 251 216 375
Decimal 169 142 253
Hex A9 8E FD

RGB Percentages of Color #a98efd

%29.96
%25.18
%44.86

CMYK Percentages of Color #a98efd

%33
%44
%0
%1

Triadic Colors of #a98efd

#a98efd #fda98e #8efda9

Analogous Colors of #a98efd

#a98efd #e18efd #8eabfd

Monochromatic Colors of #a98efd

#a98efd

Complementary Color

#a98efd #e2fd8e

#a98efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98efd Color CSS Codes

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

#a98efd Text Font Color

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

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


#a98efd Background Color

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

This div background color is #a98efd


#a98efd Border Color

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

This div border color is #a98efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98efd

Related Colors


Comments

No comments written yet.

Please login to write comment.