Color Hex Logo

#a417fd Color Hex

#A417FD
(164,23,253)
0 Favorites   0 Comments

Color spaces of #a417fd

RGB 16423253
HSL0.770.980.54
HSV277°91°99°
CMYK 0.350.910.00   0.01
XYZ33.345915.597294.1815
Yxy15.59720.23300.1090
Hunter Lab39.493381.6020-113.7463
CIE-Lab46.441583.5007-82.9022

#a417fd color RGB value is (164,23,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010111 11111101
Octal 244 27 375
Decimal 164 23 253
Hex A4 17 FD

RGB Percentages of Color #a417fd

%37.27
%5.23
%57.50

CMYK Percentages of Color #a417fd

%35
%91
%0
%1

Triadic Colors of #a417fd

#a417fd #fda417 #17fda4

Analogous Colors of #a417fd

#a417fd #fd17e3 #3117fd

Monochromatic Colors of #a417fd

#a417fd

Complementary Color

#a417fd #70fd17

#a417fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a417fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a417fd Color CSS Codes

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

#a417fd Text Font Color

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

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


#a417fd Background Color

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

This div background color is #a417fd


#a417fd Border Color

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

This div border color is #a417fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a417fd

Related Colors


Comments

No comments written yet.

Please login to write comment.