Color Hex Logo

#a55170 Color Hex

#A55170
(165,81,112)
0 Favorites   0 Comments

Color spaces of #a55170

RGB 16581112
HSL0.940.340.48
HSV338°51°65°
CMYK 0.000.510.32   0.35
XYZ21.384115.054017.1079
Yxy15.05400.39940.2811
Hunter Lab38.799530.48011.0168
CIE-Lab45.708138.1200-1.5285

#a55170 color RGB value is (165,81,112).

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

The process color (four color CMYK) of #a55170 color hex is 0.00, 0.51, 0.32, 0.35. Web safe color of #a55170 is #996666. Color #a55170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010001 01110000
Octal 245 121 160
Decimal 165 81 112
Hex A5 51 70

RGB Percentages of Color #a55170

%46.09
%22.63
%31.28

CMYK Percentages of Color #a55170

%0
%51
%32
%35

Triadic Colors of #a55170

#a55170 #70a551 #5170a5

Analogous Colors of #a55170

#a55170 #a55c51 #a5519a

Monochromatic Colors of #a55170

#a55170

Complementary Color

#a55170 #51a586

#a55170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55170 Color CSS Codes

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

#a55170 Text Font Color

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

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


#a55170 Background Color

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

This div background color is #a55170


#a55170 Border Color

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

This div border color is #a55170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55170


Comments

No comments written yet.

Please login to write comment.