Color Hex Logo

#a40d4d Color Hex

#A40D4D
(164,13,77)
0 Favorites   0 Comments

Color spaces of #a40d4d

RGB 1641377
HSL0.930.850.35
HSV335°92°64°
CMYK 0.000.920.53   0.36
XYZ16.79338.71627.8185
Yxy8.71620.50390.2615
Hunter Lab29.523249.86824.9647
CIE-Lab35.432058.87675.5472

#a40d4d color RGB value is (164,13,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001101 01001101
Octal 244 15 115
Decimal 164 13 77
Hex A4 D 4D

RGB Percentages of Color #a40d4d

%64.57
%5.12
%30.31

CMYK Percentages of Color #a40d4d

%0
%92
%53
%36

Triadic Colors of #a40d4d

#a40d4d #4da40d #0d4da4

Analogous Colors of #a40d4d

#a40d4d #a4190d #a40d99

Monochromatic Colors of #a40d4d

#a40d4d

Complementary Color

#a40d4d #0da464

#a40d4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40d4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40d4d Color CSS Codes

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

#a40d4d Text Font Color

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

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


#a40d4d Background Color

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

This div background color is #a40d4d


#a40d4d Border Color

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

This div border color is #a40d4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40d4d


Comments

No comments written yet.

Please login to write comment.