Color Hex Logo

#a998de Color Hex

#A998DE
(169,152,222)
0 Favorites   0 Comments

Color spaces of #a998de

RGB 169152222
HSL0.710.510.73
HSV255°32°87°
CMYK 0.240.320.00   0.13
XYZ40.775236.165473.9388
Yxy36.16540.27030.2397
Hunter Lab60.137715.7876-30.8002
CIE-Lab66.646120.8662-33.2994

#a998de color RGB value is (169,152,222).

#a998de hex color red value is 169, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a998de hue: 0.71 , saturation: 0.51 and the lightness value of a998de is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 11011110
Octal 251 230 336
Decimal 169 152 222
Hex A9 98 DE

RGB Percentages of Color #a998de

%31.12
%27.99
%40.88

CMYK Percentages of Color #a998de

%24
%32
%0
%13

Triadic Colors of #a998de

#a998de #dea998 #98dea9

Analogous Colors of #a998de

#a998de #cc98de #98aade

Monochromatic Colors of #a998de

#a998de

Complementary Color

#a998de #cdde98

#a998de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998de Color CSS Codes

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

#a998de Text Font Color

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

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


#a998de Background Color

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

This div background color is #a998de


#a998de Border Color

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

This div border color is #a998de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998de


Comments

No comments written yet.

Please login to write comment.