Color Hex Logo

#a424ab Color Hex

#A424AB
(164,36,171)
0 Favorites   0 Comments

Color spaces of #a424ab

RGB 16436171
HSL0.820.650.41
HSV297°79°67°
CMYK 0.040.790.00   0.33
XYZ23.291412.094539.6350
Yxy12.09450.31050.1612
Hunter Lab34.777158.6873-43.2279
CIE-Lab41.365965.6212-43.8959

#a424ab color RGB value is (164,36,171).

#a424ab hex color red value is 164, green value is 36 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a424ab hue: 0.82 , saturation: 0.65 and the lightness value of a424ab is 0.41.

The process color (four color CMYK) of #a424ab color hex is 0.04, 0.79, 0.00, 0.33. Web safe color of #a424ab is #993399. Color #a424ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100100 10101011
Octal 244 44 253
Decimal 164 36 171
Hex A4 24 AB

RGB Percentages of Color #a424ab

%44.20
%9.70
%46.09

CMYK Percentages of Color #a424ab

%4
%79
%0
%33

Triadic Colors of #a424ab

#a424ab #aba424 #24aba4

Analogous Colors of #a424ab

#a424ab #ab246f #6024ab

Monochromatic Colors of #a424ab

#a424ab

Complementary Color

#a424ab #2bab24

#a424ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a424ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a424ab Color CSS Codes

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

#a424ab Text Font Color

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

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


#a424ab Background Color

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

This div background color is #a424ab


#a424ab Border Color

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

This div border color is #a424ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a424ab


Comments

No comments written yet.

Please login to write comment.