Color Hex Logo

#a424df Color Hex

#A424DF
(164,36,223)
0 Favorites   0 Comments

Color spaces of #a424df

RGB 16436223
HSL0.780.750.51
HSV281°84°87°
CMYK 0.260.840.00   0.13
XYZ29.260014.482071.0652
Yxy14.48200.25490.1261
Hunter Lab38.055270.6489-84.0809
CIE-Lab44.916475.0394-68.4569

#a424df color RGB value is (164,36,223).

#a424df hex color red value is 164, green value is 36 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a424df hue: 0.78 , saturation: 0.75 and the lightness value of a424df is 0.51.

The process color (four color CMYK) of #a424df color hex is 0.26, 0.84, 0.00, 0.13. Web safe color of #a424df is #9933cc. Color #a424df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100100 11011111
Octal 244 44 337
Decimal 164 36 223
Hex A4 24 DF

RGB Percentages of Color #a424df

%38.77
%8.51
%52.72

CMYK Percentages of Color #a424df

%26
%84
%0
%13

Triadic Colors of #a424df

#a424df #dfa424 #24dfa4

Analogous Colors of #a424df

#a424df #df24bd #4724df

Monochromatic Colors of #a424df

#a424df

Complementary Color

#a424df #5fdf24

#a424df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a424df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a424df Color CSS Codes

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

#a424df Text Font Color

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

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


#a424df Background Color

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

This div background color is #a424df


#a424df Border Color

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

This div border color is #a424df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,36,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a424df


Comments

No comments written yet.

Please login to write comment.