Color Hex Logo

#a915dd Color Hex

#A915DD
(169,21,221)
0 Favorites   0 Comments

Color spaces of #a915dd

RGB 16921221
HSL0.790.830.47
HSV284°90°87°
CMYK 0.240.900.00   0.13
XYZ29.681514.191869.5815
Yxy14.19180.26160.1251
Hunter Lab37.672074.7128-83.1403
CIE-Lab44.506778.4185-67.9473

#a915dd color RGB value is (169,21,221).

#a915dd hex color red value is 169, green value is 21 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a915dd hue: 0.79 , saturation: 0.83 and the lightness value of a915dd is 0.47.

The process color (four color CMYK) of #a915dd color hex is 0.24, 0.90, 0.00, 0.13. Web safe color of #a915dd is #9900cc. Color #a915dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 11011101
Octal 251 25 335
Decimal 169 21 221
Hex A9 15 DD

RGB Percentages of Color #a915dd

%41.12
%5.11
%53.77

CMYK Percentages of Color #a915dd

%24
%90
%0
%13

Triadic Colors of #a915dd

#a915dd #dda915 #15dda9

Analogous Colors of #a915dd

#a915dd #dd15ad #4515dd

Monochromatic Colors of #a915dd

#a915dd

Complementary Color

#a915dd #49dd15

#a915dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a915dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a915dd Color CSS Codes

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

#a915dd Text Font Color

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

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


#a915dd Background Color

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

This div background color is #a915dd


#a915dd Border Color

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

This div border color is #a915dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a915dd


Comments

No comments written yet.

Please login to write comment.