Color Hex Logo

#a424fd Color Hex

#A424FD
(164,36,253)
0 Favorites   0 Comments

Color spaces of #a424fd

RGB 16436253
HSL0.760.980.57
HSV275°86°99°
CMYK 0.350.860.00   0.01
XYZ33.670316.246194.2897
Yxy16.24610.23350.1127
Hunter Lab40.306578.5750-110.4838
CIE-Lab47.295780.9587-81.5024

#a424fd color RGB value is (164,36,253).

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

The process color (four color CMYK) of #a424fd color hex is 0.35, 0.86, 0.00, 0.01. Web safe color of #a424fd is #9933ff. Color #a424fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100100 11111101
Octal 244 44 375
Decimal 164 36 253
Hex A4 24 FD

RGB Percentages of Color #a424fd

%36.20
%7.95
%55.85

CMYK Percentages of Color #a424fd

%35
%86
%0
%1

Triadic Colors of #a424fd

#a424fd #fda424 #24fda4

Analogous Colors of #a424fd

#a424fd #fd24ea #3824fd

Monochromatic Colors of #a424fd

#a424fd

Complementary Color

#a424fd #7dfd24

#a424fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a424fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a424fd Color CSS Codes

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

#a424fd Text Font Color

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

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


#a424fd Background Color

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

This div background color is #a424fd


#a424fd Border Color

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

This div border color is #a424fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a424fd


Comments

No comments written yet.

Please login to write comment.