Color Hex Logo

#a5224e Color Hex

#A5224E
(165,34,78)
0 Favorites   0 Comments

Color spaces of #a5224e

RGB 1653478
HSL0.940.660.39
HSV340°79°65°
CMYK 0.000.790.53   0.35
XYZ17.46429.69348.1583
Yxy9.69340.49450.2745
Hunter Lab31.134245.64166.2578
CIE-Lab37.286454.57127.5572

#a5224e color RGB value is (165,34,78).

#a5224e hex color red value is 165, green value is 34 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a5224e hue: 0.94 , saturation: 0.66 and the lightness value of a5224e is 0.39.

The process color (four color CMYK) of #a5224e color hex is 0.00, 0.79, 0.53, 0.35. Web safe color of #a5224e is #993366. Color #a5224e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 01001110
Octal 245 42 116
Decimal 165 34 78
Hex A5 22 4E

RGB Percentages of Color #a5224e

%59.57
%12.27
%28.16

CMYK Percentages of Color #a5224e

%0
%79
%53
%35

Triadic Colors of #a5224e

#a5224e #4ea522 #224ea5

Analogous Colors of #a5224e

#a5224e #a53722 #a52290

Monochromatic Colors of #a5224e

#a5224e

Complementary Color

#a5224e #22a579

#a5224e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5224e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5224e Color CSS Codes

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

#a5224e Text Font Color

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

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


#a5224e Background Color

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

This div background color is #a5224e


#a5224e Border Color

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

This div border color is #a5224e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,34,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5224e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5224e;
  -webkit-box-shadow: 1px 1px 3px 2px #a5224e;
  box-shadow:         1px 1px 3px 2px #a5224e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,34,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5224e


Comments

No comments written yet.

Please login to write comment.