Color Hex Logo

#a54960 Color Hex

#A54960
(165,73,96)
0 Favorites   0 Comments

Color spaces of #a54960

RGB 1657396
HSL0.960.390.47
HSV345°56°65°
CMYK 0.000.560.42   0.35
XYZ20.010913.608912.6384
Yxy13.60890.43260.2942
Hunter Lab36.890232.26845.5107
CIE-Lab43.666740.26495.3132

#a54960 color RGB value is (165,73,96).

#a54960 hex color red value is 165, green value is 73 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a54960 hue: 0.96 , saturation: 0.39 and the lightness value of a54960 is 0.47.

The process color (four color CMYK) of #a54960 color hex is 0.00, 0.56, 0.42, 0.35. Web safe color of #a54960 is #993366. Color #a54960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 01100000
Octal 245 111 140
Decimal 165 73 96
Hex A5 49 60

RGB Percentages of Color #a54960

%49.40
%21.86
%28.74

CMYK Percentages of Color #a54960

%0
%56
%42
%35

Triadic Colors of #a54960

#a54960 #60a549 #4960a5

Analogous Colors of #a54960

#a54960 #a56049 #a5498e

Monochromatic Colors of #a54960

#a54960

Complementary Color

#a54960 #49a58e

#a54960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54960 Color CSS Codes

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

#a54960 Text Font Color

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

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


#a54960 Background Color

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

This div background color is #a54960


#a54960 Border Color

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

This div border color is #a54960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54960


Comments

No comments written yet.

Please login to write comment.