Color Hex Logo

#a992de Color Hex

#A992DE
(169,146,222)
0 Favorites   0 Comments

Color spaces of #a992de

RGB 169146222
HSL0.720.540.72
HSV258°34°87°
CMYK 0.240.340.00   0.13
XYZ39.825934.266773.6223
Yxy34.26670.26960.2320
Hunter Lab58.537819.0006-33.5919
CIE-Lab65.173724.2633-35.5868

#a992de color RGB value is (169,146,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010010 11011110
Octal 251 222 336
Decimal 169 146 222
Hex A9 92 DE

RGB Percentages of Color #a992de

%31.47
%27.19
%41.34

CMYK Percentages of Color #a992de

%24
%34
%0
%13

Triadic Colors of #a992de

#a992de #dea992 #92dea9

Analogous Colors of #a992de

#a992de #cf92de #92a1de

Monochromatic Colors of #a992de

#a992de

Complementary Color

#a992de #c7de92

#a992de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a992de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a992de Color CSS Codes

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

#a992de Text Font Color

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

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


#a992de Background Color

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

This div background color is #a992de


#a992de Border Color

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

This div border color is #a992de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a992de


Comments

No comments written yet.

Please login to write comment.