Color Hex Logo

#a4215e Color Hex

#A4215E
(164,33,94)
0 Favorites   0 Comments

Color spaces of #a4215e

RGB 1643394
HSL0.920.660.39
HSV332°80°64°
CMYK 0.000.800.43   0.36
XYZ17.87419.788411.5370
Yxy9.78840.45600.2497
Hunter Lab31.286447.22680.0371
CIE-Lab37.460056.0300-2.4676

#a4215e color RGB value is (164,33,94).

#a4215e hex color red value is 164, green value is 33 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a4215e hue: 0.92 , saturation: 0.66 and the lightness value of a4215e is 0.39.

The process color (four color CMYK) of #a4215e color hex is 0.00, 0.80, 0.43, 0.36. Web safe color of #a4215e is #993366. Color #a4215e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100001 01011110
Octal 244 41 136
Decimal 164 33 94
Hex A4 21 5E

RGB Percentages of Color #a4215e

%56.36
%11.34
%32.30

CMYK Percentages of Color #a4215e

%0
%80
%43
%36

Triadic Colors of #a4215e

#a4215e #5ea421 #215ea4

Analogous Colors of #a4215e

#a4215e #a42521 #a421a0

Monochromatic Colors of #a4215e

#a4215e

Complementary Color

#a4215e #21a467

#a4215e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4215e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4215e Color CSS Codes

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

#a4215e Text Font Color

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

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


#a4215e Background Color

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

This div background color is #a4215e


#a4215e Border Color

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

This div border color is #a4215e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4215e


Comments

No comments written yet.

Please login to write comment.