Color Hex Logo

#a55464 Color Hex

#A55464
(165,84,100)
0 Favorites   0 Comments

Color spaces of #a55464

RGB 16584100
HSL0.970.330.49
HSV348°49°65°
CMYK 0.000.490.39   0.35
XYZ20.987615.260113.8959
Yxy15.26010.41850.3043
Hunter Lab39.064227.53856.2543
CIE-Lab45.988435.02046.1821

#a55464 color RGB value is (165,84,100).

#a55464 hex color red value is 165, green value is 84 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a55464 hue: 0.97 , saturation: 0.33 and the lightness value of a55464 is 0.49.

The process color (four color CMYK) of #a55464 color hex is 0.00, 0.49, 0.39, 0.35. Web safe color of #a55464 is #996666. Color #a55464 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 01100100
Octal 245 124 144
Decimal 165 84 100
Hex A5 54 64

RGB Percentages of Color #a55464

%47.28
%24.07
%28.65

CMYK Percentages of Color #a55464

%0
%49
%39
%35

Triadic Colors of #a55464

#a55464 #64a554 #5464a5

Analogous Colors of #a55464

#a55464 #a56d54 #a5548d

Monochromatic Colors of #a55464

#a55464

Complementary Color

#a55464 #54a595

#a55464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55464 Color CSS Codes

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

#a55464 Text Font Color

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

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


#a55464 Background Color

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

This div background color is #a55464


#a55464 Border Color

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

This div border color is #a55464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55464


Comments

No comments written yet.

Please login to write comment.