Color Hex Logo

#a55f7f Color Hex

#A55F7F
(165,95,127)
0 Favorites   0 Comments

Color spaces of #a55f7f

RGB 16595127
HSL0.920.280.51
HSV333°42°65°
CMYK 0.000.420.23   0.35
XYZ23.440017.716122.2628
Yxy17.71610.36960.2794
Hunter Lab42.090525.7474-1.8967
CIE-Lab49.149932.7334-5.4973

#a55f7f color RGB value is (165,95,127).

#a55f7f hex color red value is 165, green value is 95 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a55f7f hue: 0.92 , saturation: 0.28 and the lightness value of a55f7f is 0.51.

The process color (four color CMYK) of #a55f7f color hex is 0.00, 0.42, 0.23, 0.35. Web safe color of #a55f7f is #996666. Color #a55f7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 01111111
Octal 245 137 177
Decimal 165 95 127
Hex A5 5F 7F

RGB Percentages of Color #a55f7f

%42.64
%24.55
%32.82

CMYK Percentages of Color #a55f7f

%0
%42
%23
%35

Triadic Colors of #a55f7f

#a55f7f #7fa55f #5f7fa5

Analogous Colors of #a55f7f

#a55f7f #a5625f #a55fa2

Monochromatic Colors of #a55f7f

#a55f7f

Complementary Color

#a55f7f #5fa585

#a55f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55f7f Color CSS Codes

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

#a55f7f Text Font Color

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

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


#a55f7f Background Color

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

This div background color is #a55f7f


#a55f7f Border Color

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

This div border color is #a55f7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55f7f


Comments

No comments written yet.

Please login to write comment.