Color Hex Logo

#a917fd Color Hex

#A917FD
(169,23,253)
0 Favorites   0 Comments

Color spaces of #a917fd

RGB 16923253
HSL0.770.980.54
HSV278°91°99°
CMYK 0.330.910.00   0.01
XYZ34.398216.139794.2308
Yxy16.13970.23760.1115
Hunter Lab40.174282.5313-110.9458
CIE-Lab47.157284.0869-81.7015

#a917fd color RGB value is (169,23,253).

#a917fd hex color red value is 169, green value is 23 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a917fd hue: 0.77 , saturation: 0.98 and the lightness value of a917fd is 0.54.

The process color (four color CMYK) of #a917fd color hex is 0.33, 0.91, 0.00, 0.01. Web safe color of #a917fd is #9900ff. Color #a917fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 11111101
Octal 251 27 375
Decimal 169 23 253
Hex A9 17 FD

RGB Percentages of Color #a917fd

%37.98
%5.17
%56.85

CMYK Percentages of Color #a917fd

%33
%91
%0
%1

Triadic Colors of #a917fd

#a917fd #fda917 #17fda9

Analogous Colors of #a917fd

#a917fd #fd17de #3617fd

Monochromatic Colors of #a917fd

#a917fd

Complementary Color

#a917fd #6bfd17

#a917fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a917fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a917fd Color CSS Codes

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

#a917fd Text Font Color

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

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


#a917fd Background Color

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

This div background color is #a917fd


#a917fd Border Color

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

This div border color is #a917fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a917fd

Related Colors


Comments

No comments written yet.

Please login to write comment.