Color Hex Logo

#a55582 Color Hex

#A55582
(165,85,130)
0 Favorites   0 Comments

Color spaces of #a55582

RGB 16585130
HSL0.910.320.49
HSV326°48°65°
CMYK 0.000.480.21   0.35
XYZ22.794816.108023.0268
Yxy16.10800.36810.2601
Hunter Lab40.134831.1444-5.9225
CIE-Lab47.115938.5973-10.3370

#a55582 color RGB value is (165,85,130).

#a55582 hex color red value is 165, green value is 85 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a55582 hue: 0.91 , saturation: 0.32 and the lightness value of a55582 is 0.49.

The process color (four color CMYK) of #a55582 color hex is 0.00, 0.48, 0.21, 0.35. Web safe color of #a55582 is #996699. Color #a55582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010101 10000010
Octal 245 125 202
Decimal 165 85 130
Hex A5 55 82

RGB Percentages of Color #a55582

%43.42
%22.37
%34.21

CMYK Percentages of Color #a55582

%0
%48
%21
%35

Triadic Colors of #a55582

#a55582 #82a555 #5582a5

Analogous Colors of #a55582

#a55582 #a5555a #a055a5

Monochromatic Colors of #a55582

#a55582

Complementary Color

#a55582 #55a578

#a55582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55582 Color CSS Codes

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

#a55582 Text Font Color

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

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


#a55582 Background Color

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

This div background color is #a55582


#a55582 Border Color

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

This div border color is #a55582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55582


Comments

No comments written yet.

Please login to write comment.