Color Hex Logo

#a4194b Color Hex

#A4194B
(164,25,75)
0 Favorites   0 Comments

Color spaces of #a4194b

RGB 1642575
HSL0.940.740.37
HSV338°85°64°
CMYK 0.000.850.54   0.36
XYZ16.92759.09587.5201
Yxy9.09580.50460.2712
Hunter Lab30.159247.40816.3277
CIE-Lab36.168156.44957.8876

#a4194b color RGB value is (164,25,75).

#a4194b hex color red value is 164, green value is 25 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a4194b hue: 0.94 , saturation: 0.74 and the lightness value of a4194b is 0.37.

The process color (four color CMYK) of #a4194b color hex is 0.00, 0.85, 0.54, 0.36. Web safe color of #a4194b is #990033. Color #a4194b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011001 01001011
Octal 244 31 113
Decimal 164 25 75
Hex A4 19 4B

RGB Percentages of Color #a4194b

%62.12
%9.47
%28.41

CMYK Percentages of Color #a4194b

%0
%85
%54
%36

Triadic Colors of #a4194b

#a4194b #4ba419 #194ba4

Analogous Colors of #a4194b

#a4194b #a42d19 #a41991

Monochromatic Colors of #a4194b

#a4194b

Complementary Color

#a4194b #19a472

#a4194b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4194b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4194b Color CSS Codes

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

#a4194b Text Font Color

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

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


#a4194b Background Color

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

This div background color is #a4194b


#a4194b Border Color

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

This div border color is #a4194b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4194b


Comments

No comments written yet.

Please login to write comment.