Color Hex Logo

#a993de Color Hex

#A993DE
(169,147,222)
0 Favorites   0 Comments

Color spaces of #a993de

RGB 169147222
HSL0.720.530.72
HSV258°34°87°
CMYK 0.240.340.00   0.13
XYZ39.980734.576473.6739
Yxy34.57640.26970.2333
Hunter Lab58.801718.4635-33.1245
CIE-Lab65.417523.6965-35.2074

#a993de color RGB value is (169,147,222).

#a993de hex color red value is 169, green value is 147 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a993de hue: 0.72 , saturation: 0.53 and the lightness value of a993de is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010011 11011110
Octal 251 223 336
Decimal 169 147 222
Hex A9 93 DE

RGB Percentages of Color #a993de

%31.41
%27.32
%41.26

CMYK Percentages of Color #a993de

%24
%34
%0
%13

Triadic Colors of #a993de

#a993de #dea993 #93dea9

Analogous Colors of #a993de

#a993de #cf93de #93a3de

Monochromatic Colors of #a993de

#a993de

Complementary Color

#a993de #c8de93

#a993de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a993de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a993de Color CSS Codes

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

#a993de Text Font Color

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

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


#a993de Background Color

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

This div background color is #a993de


#a993de Border Color

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

This div border color is #a993de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a993de


Comments

No comments written yet.

Please login to write comment.