Color Hex Logo

#a4124d Color Hex

#A4124D
(164,18,77)
0 Favorites   0 Comments

Color spaces of #a4124d

RGB 1641877
HSL0.930.800.36
HSV336°89°64°
CMYK 0.000.890.53   0.36
XYZ16.86578.86097.8426
Yxy8.86090.50240.2640
Hunter Lab29.767349.04285.2163
CIE-Lab35.715158.05935.9499

#a4124d color RGB value is (164,18,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 01001101
Octal 244 22 115
Decimal 164 18 77
Hex A4 12 4D

RGB Percentages of Color #a4124d

%63.32
%6.95
%29.73

CMYK Percentages of Color #a4124d

%0
%89
%53
%36

Triadic Colors of #a4124d

#a4124d #4da412 #124da4

Analogous Colors of #a4124d

#a4124d #a42012 #a41296

Monochromatic Colors of #a4124d

#a4124d

Complementary Color

#a4124d #12a469

#a4124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4124d Color CSS Codes

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

#a4124d Text Font Color

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

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


#a4124d Background Color

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

This div background color is #a4124d


#a4124d Border Color

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

This div border color is #a4124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4124d


Comments

No comments written yet.

Please login to write comment.