Color Hex Logo

#a992df Color Hex

#A992DF
(169,146,223)
0 Favorites   0 Comments

Color spaces of #a992df

RGB 169146223
HSL0.720.550.72
HSV258°35°87°
CMYK 0.240.350.00   0.13
XYZ39.960434.320574.3304
Yxy34.32050.26890.2309
Hunter Lab58.583719.2348-34.2180
CIE-Lab65.216224.5010-36.0746

#a992df color RGB value is (169,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010010 11011111
Octal 251 222 337
Decimal 169 146 223
Hex A9 92 DF

RGB Percentages of Color #a992df

%31.41
%27.14
%41.45

CMYK Percentages of Color #a992df

%24
%35
%0
%13

Triadic Colors of #a992df

#a992df #dfa992 #92dfa9

Analogous Colors of #a992df

#a992df #d092df #92a2df

Monochromatic Colors of #a992df

#a992df

Complementary Color

#a992df #c8df92

#a992df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a992df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a992df Color CSS Codes

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

#a992df Text Font Color

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

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


#a992df Background Color

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

This div background color is #a992df


#a992df Border Color

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

This div border color is #a992df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a992df


Comments

No comments written yet.

Please login to write comment.