Color Hex Logo

#a92aed Color Hex

#A92AED
(169,42,237)
0 Favorites   0 Comments

Color spaces of #a92aed

RGB 16942237
HSL0.780.840.55
HSV279°82°93°
CMYK 0.290.820.00   0.07
XYZ32.476216.205481.5370
Yxy16.20540.24940.1244
Hunter Lab40.255973.5558-91.9107
CIE-Lab47.242876.9540-72.5798

#a92aed color RGB value is (169,42,237).

#a92aed hex color red value is 169, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a92aed hue: 0.78 , saturation: 0.84 and the lightness value of a92aed is 0.55.

The process color (four color CMYK) of #a92aed color hex is 0.29, 0.82, 0.00, 0.07. Web safe color of #a92aed is #9933ff. Color #a92aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101010 11101101
Octal 251 52 355
Decimal 169 42 237
Hex A9 2A ED

RGB Percentages of Color #a92aed

%37.72
%9.38
%52.90

CMYK Percentages of Color #a92aed

%29
%82
%0
%7

Triadic Colors of #a92aed

#a92aed #eda92a #2aeda9

Analogous Colors of #a92aed

#a92aed #ed2ad0 #482aed

Monochromatic Colors of #a92aed

#a92aed

Complementary Color

#a92aed #6eed2a

#a92aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92aed Color CSS Codes

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

#a92aed Text Font Color

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

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


#a92aed Background Color

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

This div background color is #a92aed


#a92aed Border Color

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

This div border color is #a92aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92aed


Comments

No comments written yet.

Please login to write comment.