Color Hex Logo

#a992da Color Hex

#A992DA
(169,146,218)
0 Favorites   0 Comments

Color spaces of #a992da

RGB 169146218
HSL0.720.490.71
HSV259°33°85°
CMYK 0.220.330.00   0.15
XYZ39.296034.054770.8318
Yxy34.05470.27250.2362
Hunter Lab58.356418.0745-31.1155
CIE-Lab65.006023.3195-33.6296

#a992da color RGB value is (169,146,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010010 11011010
Octal 251 222 332
Decimal 169 146 218
Hex A9 92 DA

RGB Percentages of Color #a992da

%31.71
%27.39
%40.90

CMYK Percentages of Color #a992da

%22
%33
%0
%15

Triadic Colors of #a992da

#a992da #daa992 #92daa9

Analogous Colors of #a992da

#a992da #cd92da #929fda

Monochromatic Colors of #a992da

#a992da

Complementary Color

#a992da #c3da92

#a992da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a992da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a992da Color CSS Codes

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

#a992da Text Font Color

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

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


#a992da Background Color

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

This div background color is #a992da


#a992da Border Color

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

This div border color is #a992da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a992da


Comments

No comments written yet.

Please login to write comment.