Color Hex Logo

#a55297 Color Hex

#A55297
(165,82,151)
0 Favorites   0 Comments

Color spaces of #a55297

RGB 16582151
HSL0.860.340.48
HSV310°50°65°
CMYK 0.000.500.08   0.35
XYZ24.120316.268331.1470
Yxy16.26830.33720.2274
Hunter Lab40.334036.1611-17.5516
CIE-Lab47.324543.6060-22.5995

#a55297 color RGB value is (165,82,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 10010111
Octal 245 122 227
Decimal 165 82 151
Hex A5 52 97

RGB Percentages of Color #a55297

%41.46
%20.60
%37.94

CMYK Percentages of Color #a55297

%0
%50
%8
%35

Triadic Colors of #a55297

#a55297 #97a552 #5297a5

Analogous Colors of #a55297

#a55297 #a5526e #8a52a5

Monochromatic Colors of #a55297

#a55297

Complementary Color

#a55297 #52a560

#a55297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55297 Color CSS Codes

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

#a55297 Text Font Color

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

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


#a55297 Background Color

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

This div background color is #a55297


#a55297 Border Color

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

This div border color is #a55297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55297


Comments

No comments written yet.

Please login to write comment.