Color Hex Logo

#a998da Color Hex

#A998DA
(169,152,218)
0 Favorites   0 Comments

Color spaces of #a998da

RGB 169152218
HSL0.710.470.73
HSV255°30°85°
CMYK 0.220.300.00   0.15
XYZ40.245335.953471.1482
Yxy35.95340.27310.2440
Hunter Lab59.961214.8753-28.3790
CIE-Lab66.484319.9230-31.3383

#a998da color RGB value is (169,152,218).

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

The process color (four color CMYK) of #a998da color hex is 0.22, 0.30, 0.00, 0.15. Web safe color of #a998da is #9999cc. Color #a998da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 11011010
Octal 251 230 332
Decimal 169 152 218
Hex A9 98 DA

RGB Percentages of Color #a998da

%31.35
%28.20
%40.45

CMYK Percentages of Color #a998da

%22
%30
%0
%15

Triadic Colors of #a998da

#a998da #daa998 #98daa9

Analogous Colors of #a998da

#a998da #ca98da #98a8da

Monochromatic Colors of #a998da

#a998da

Complementary Color

#a998da #c9da98

#a998da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998da Color CSS Codes

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

#a998da Text Font Color

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

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


#a998da Background Color

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

This div background color is #a998da


#a998da Border Color

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

This div border color is #a998da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998da


Comments

No comments written yet.

Please login to write comment.