Color Hex Logo

#a55289 Color Hex

#A55289
(165,82,137)
0 Favorites   0 Comments

Color spaces of #a55289

RGB 16582137
HSL0.890.340.48
HSV320°50°65°
CMYK 0.000.500.17   0.35
XYZ23.049715.840125.5095
Yxy15.84010.35790.2460
Hunter Lab39.799633.7278-10.1421
CIE-Lab46.764041.2676-15.0808

#a55289 color RGB value is (165,82,137).

#a55289 hex color red value is 165, green value is 82 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a55289 hue: 0.89 , saturation: 0.34 and the lightness value of a55289 is 0.48.

The process color (four color CMYK) of #a55289 color hex is 0.00, 0.50, 0.17, 0.35. Web safe color of #a55289 is #996699. Color #a55289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 10001001
Octal 245 122 211
Decimal 165 82 137
Hex A5 52 89

RGB Percentages of Color #a55289

%42.97
%21.35
%35.68

CMYK Percentages of Color #a55289

%0
%50
%17
%35

Triadic Colors of #a55289

#a55289 #89a552 #5289a5

Analogous Colors of #a55289

#a55289 #a5525f #9852a5

Monochromatic Colors of #a55289

#a55289

Complementary Color

#a55289 #52a56e

#a55289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55289 Color CSS Codes

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

#a55289 Text Font Color

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

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


#a55289 Background Color

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

This div background color is #a55289


#a55289 Border Color

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

This div border color is #a55289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55289


Comments

No comments written yet.

Please login to write comment.