Color Hex Logo

#a4155e Color Hex

#A4155E
(164,21,94)
0 Favorites   0 Comments

Color spaces of #a4155e

RGB 1642194
HSL0.910.770.36
HSV329°87°64°
CMYK 0.000.870.43   0.36
XYZ17.59849.237011.4451
Yxy9.23700.45970.2413
Hunter Lab30.392450.1717-1.0526
CIE-Lab36.436758.9603-3.9799

#a4155e color RGB value is (164,21,94).

#a4155e hex color red value is 164, green value is 21 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a4155e hue: 0.91 , saturation: 0.77 and the lightness value of a4155e is 0.36.

The process color (four color CMYK) of #a4155e color hex is 0.00, 0.87, 0.43, 0.36. Web safe color of #a4155e is #990066. Color #a4155e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010101 01011110
Octal 244 25 136
Decimal 164 21 94
Hex A4 15 5E

RGB Percentages of Color #a4155e

%58.78
%7.53
%33.69

CMYK Percentages of Color #a4155e

%0
%87
%43
%36

Triadic Colors of #a4155e

#a4155e #5ea415 #155ea4

Analogous Colors of #a4155e

#a4155e #a41516 #a315a4

Monochromatic Colors of #a4155e

#a4155e

Complementary Color

#a4155e #15a45b

#a4155e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4155e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4155e Color CSS Codes

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

#a4155e Text Font Color

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

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


#a4155e Background Color

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

This div background color is #a4155e


#a4155e Border Color

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

This div border color is #a4155e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4155e


Comments

No comments written yet.

Please login to write comment.