Color Hex Logo

#a992db Color Hex

#A992DB
(169,146,219)
0 Favorites   0 Comments

Color spaces of #a992db

RGB 169146219
HSL0.720.500.72
HSV259°33°86°
CMYK 0.230.330.00   0.14
XYZ39.427334.107371.5232
Yxy34.10730.27180.2351
Hunter Lab58.401518.3043-31.7304
CIE-Lab65.047723.5542-34.1197

#a992db color RGB value is (169,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010010 11011011
Octal 251 222 333
Decimal 169 146 219
Hex A9 92 DB

RGB Percentages of Color #a992db

%31.65
%27.34
%41.01

CMYK Percentages of Color #a992db

%23
%33
%0
%14

Triadic Colors of #a992db

#a992db #dba992 #92dba9

Analogous Colors of #a992db

#a992db #ce92db #92a0db

Monochromatic Colors of #a992db

#a992db

Complementary Color

#a992db #c4db92

#a992db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a992db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a992db Color CSS Codes

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

#a992db Text Font Color

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

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


#a992db Background Color

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

This div background color is #a992db


#a992db Border Color

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

This div border color is #a992db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a992db


Comments

No comments written yet.

Please login to write comment.