Color Hex Logo

#a92edd Color Hex

#A92EDD
(169,46,221)
0 Favorites   0 Comments

Color spaces of #a92edd

RGB 16946221
HSL0.780.720.52
HSV282°79°87°
CMYK 0.240.790.00   0.13
XYZ30.390315.609569.8178
Yxy15.60950.26240.1348
Hunter Lab39.508968.1621-77.1177
CIE-Lab46.457972.6872-64.7780

#a92edd color RGB value is (169,46,221).

#a92edd hex color red value is 169, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a92edd hue: 0.78 , saturation: 0.72 and the lightness value of a92edd is 0.52.

The process color (four color CMYK) of #a92edd color hex is 0.24, 0.79, 0.00, 0.13. Web safe color of #a92edd is #9933cc. Color #a92edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101110 11011101
Octal 251 56 335
Decimal 169 46 221
Hex A9 2E DD

RGB Percentages of Color #a92edd

%38.76
%10.55
%50.69

CMYK Percentages of Color #a92edd

%24
%79
%0
%13

Triadic Colors of #a92edd

#a92edd #dda92e #2edda9

Analogous Colors of #a92edd

#a92edd #dd2eba #512edd

Monochromatic Colors of #a92edd

#a92edd

Complementary Color

#a92edd #62dd2e

#a92edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92edd Color CSS Codes

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

#a92edd Text Font Color

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

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


#a92edd Background Color

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

This div background color is #a92edd


#a92edd Border Color

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

This div border color is #a92edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92edd


Comments

No comments written yet.

Please login to write comment.