Color Hex Logo

#a55876 Color Hex

#A55876
(165,88,118)
0 Favorites   0 Comments

Color spaces of #a55876

RGB 16588118
HSL0.940.300.50
HSV337°47°65°
CMYK 0.000.470.28   0.35
XYZ22.276816.286819.1091
Yxy16.28680.38630.2824
Hunter Lab40.356927.90650.1759
CIE-Lab47.348535.2232-2.7540

#a55876 color RGB value is (165,88,118).

#a55876 hex color red value is 165, green value is 88 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a55876 hue: 0.94 , saturation: 0.30 and the lightness value of a55876 is 0.50.

The process color (four color CMYK) of #a55876 color hex is 0.00, 0.47, 0.28, 0.35. Web safe color of #a55876 is #996666. Color #a55876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011000 01110110
Octal 245 130 166
Decimal 165 88 118
Hex A5 58 76

RGB Percentages of Color #a55876

%44.47
%23.72
%31.81

CMYK Percentages of Color #a55876

%0
%47
%28
%35

Triadic Colors of #a55876

#a55876 #76a558 #5876a5

Analogous Colors of #a55876

#a55876 #a56158 #a5589d

Monochromatic Colors of #a55876

#a55876

Complementary Color

#a55876 #58a587

#a55876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55876 Color CSS Codes

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

#a55876 Text Font Color

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

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


#a55876 Background Color

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

This div background color is #a55876


#a55876 Border Color

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

This div border color is #a55876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55876


Comments

No comments written yet.

Please login to write comment.