Color Hex Logo

#a434ab Color Hex

#A434AB
(164,52,171)
0 Favorites   0 Comments

Color spaces of #a434ab

RGB 16452171
HSL0.820.530.44
HSV296°70°67°
CMYK 0.040.700.00   0.33
XYZ23.888513.288839.8340
Yxy13.28880.31020.1726
Hunter Lab36.453853.1785-39.2700
CIE-Lab43.195260.3876-40.9805

#a434ab color RGB value is (164,52,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110100 10101011
Octal 244 64 253
Decimal 164 52 171
Hex A4 34 AB

RGB Percentages of Color #a434ab

%42.38
%13.44
%44.19

CMYK Percentages of Color #a434ab

%4
%70
%0
%33

Triadic Colors of #a434ab

#a434ab #aba434 #34aba4

Analogous Colors of #a434ab

#a434ab #ab3477 #6934ab

Monochromatic Colors of #a434ab

#a434ab

Complementary Color

#a434ab #3bab34

#a434ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a434ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a434ab Color CSS Codes

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

#a434ab Text Font Color

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

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


#a434ab Background Color

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

This div background color is #a434ab


#a434ab Border Color

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

This div border color is #a434ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a434ab


Comments

No comments written yet.

Please login to write comment.