Color Hex Logo

#a998dc Color Hex

#A998DC
(169,152,220)
0 Favorites   0 Comments

Color spaces of #a998dc

RGB 169152220
HSL0.710.490.73
HSV255°31°86°
CMYK 0.230.310.00   0.14
XYZ40.508736.058872.5352
Yxy36.05880.27170.2418
Hunter Lab60.049015.3294-29.5841
CIE-Lab66.564820.3932-32.3200

#a998dc color RGB value is (169,152,220).

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

The process color (four color CMYK) of #a998dc color hex is 0.23, 0.31, 0.00, 0.14. Web safe color of #a998dc is #9999cc. Color #a998dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 11011100
Octal 251 230 334
Decimal 169 152 220
Hex A9 98 DC

RGB Percentages of Color #a998dc

%31.24
%28.10
%40.67

CMYK Percentages of Color #a998dc

%23
%31
%0
%14

Triadic Colors of #a998dc

#a998dc #dca998 #98dca9

Analogous Colors of #a998dc

#a998dc #cb98dc #98a9dc

Monochromatic Colors of #a998dc

#a998dc

Complementary Color

#a998dc #cbdc98

#a998dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998dc Color CSS Codes

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

#a998dc Text Font Color

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

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


#a998dc Background Color

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

This div background color is #a998dc


#a998dc Border Color

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

This div border color is #a998dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998dc


Comments

No comments written yet.

Please login to write comment.