Color Hex Logo

#a4124f Color Hex

#A4124F
(164,18,79)
0 Favorites   0 Comments

Color spaces of #a4124f

RGB 1641879
HSL0.930.800.36
HSV335°89°64°
CMYK 0.000.890.52   0.36
XYZ16.93748.88968.2203
Yxy8.88960.49750.2611
Hunter Lab29.815449.22444.5242
CIE-Lab35.770958.21654.7311

#a4124f color RGB value is (164,18,79).

#a4124f hex color red value is 164, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a4124f hue: 0.93 , saturation: 0.80 and the lightness value of a4124f is 0.36.

The process color (four color CMYK) of #a4124f color hex is 0.00, 0.89, 0.52, 0.36. Web safe color of #a4124f is #990066. Color #a4124f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 01001111
Octal 244 22 117
Decimal 164 18 79
Hex A4 12 4F

RGB Percentages of Color #a4124f

%62.84
%6.90
%30.27

CMYK Percentages of Color #a4124f

%0
%89
%52
%36

Triadic Colors of #a4124f

#a4124f #4fa412 #124fa4

Analogous Colors of #a4124f

#a4124f #a41e12 #a41298

Monochromatic Colors of #a4124f

#a4124f

Complementary Color

#a4124f #12a467

#a4124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4124f Color CSS Codes

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

#a4124f Text Font Color

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

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


#a4124f Background Color

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

This div background color is #a4124f


#a4124f Border Color

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

This div border color is #a4124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4124f


Comments

No comments written yet.

Please login to write comment.