Color Hex Logo

#a917dc Color Hex

#A917DC
(169,23,220)
0 Favorites   0 Comments

Color spaces of #a917dc

RGB 16923220
HSL0.790.810.48
HSV284°90°86°
CMYK 0.230.900.00   0.14
XYZ29.586814.215168.8945
Yxy14.21510.26250.1261
Hunter Lab37.702974.0951-81.9485
CIE-Lab44.539877.9147-67.3214

#a917dc color RGB value is (169,23,220).

#a917dc hex color red value is 169, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a917dc hue: 0.79 , saturation: 0.81 and the lightness value of a917dc is 0.48.

The process color (four color CMYK) of #a917dc color hex is 0.23, 0.90, 0.00, 0.14. Web safe color of #a917dc is #9900cc. Color #a917dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 11011100
Octal 251 27 334
Decimal 169 23 220
Hex A9 17 DC

RGB Percentages of Color #a917dc

%41.02
%5.58
%53.40

CMYK Percentages of Color #a917dc

%23
%90
%0
%14

Triadic Colors of #a917dc

#a917dc #dca917 #17dca9

Analogous Colors of #a917dc

#a917dc #dc17ad #4717dc

Monochromatic Colors of #a917dc

#a917dc

Complementary Color

#a917dc #4adc17

#a917dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a917dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a917dc Color CSS Codes

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

#a917dc Text Font Color

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

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


#a917dc Background Color

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

This div background color is #a917dc


#a917dc Border Color

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

This div border color is #a917dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a917dc


Comments

No comments written yet.

Please login to write comment.