Color Hex Logo

#a4299f Color Hex

#A4299F
(164,41,159)
0 Favorites   0 Comments

Color spaces of #a4299f

RGB 16441159
HSL0.840.600.40
HSV302°75°64°
CMYK 0.000.750.03   0.36
XYZ22.360811.981633.9350
Yxy11.98160.32750.1755
Hunter Lab34.614454.7350-33.8961
CIE-Lab41.186962.1691-37.0018

#a4299f color RGB value is (164,41,159).

#a4299f hex color red value is 164, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a4299f hue: 0.84 , saturation: 0.60 and the lightness value of a4299f is 0.40.

The process color (four color CMYK) of #a4299f color hex is 0.00, 0.75, 0.03, 0.36. Web safe color of #a4299f is #993399. Color #a4299f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 10011111
Octal 244 51 237
Decimal 164 41 159
Hex A4 29 9F

RGB Percentages of Color #a4299f

%45.05
%11.26
%43.68

CMYK Percentages of Color #a4299f

%0
%75
%3
%36

Triadic Colors of #a4299f

#a4299f #9fa429 #299fa4

Analogous Colors of #a4299f

#a4299f #a42962 #6c29a4

Monochromatic Colors of #a4299f

#a4299f

Complementary Color

#a4299f #29a42e

#a4299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4299f Color CSS Codes

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

#a4299f Text Font Color

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

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


#a4299f Background Color

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

This div background color is #a4299f


#a4299f Border Color

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

This div border color is #a4299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4299f


Comments

No comments written yet.

Please login to write comment.