Color Hex Logo

#a75561 Color Hex

#A75561
(167,85,97)
0 Favorites   0 Comments

Color spaces of #a75561

RGB 1678597
HSL0.980.330.49
HSV351°49°65°
CMYK 0.000.490.42   0.35
XYZ21.342515.575613.1908
Yxy15.57560.42590.3108
Hunter Lab39.465927.46447.8095
CIE-Lab46.412734.88568.6464

#a75561 color RGB value is (167,85,97).

#a75561 hex color red value is 167, green value is 85 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a75561 hue: 0.98 , saturation: 0.33 and the lightness value of a75561 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010101 01100001
Octal 247 125 141
Decimal 167 85 97
Hex A7 55 61

RGB Percentages of Color #a75561

%47.85
%24.36
%27.79

CMYK Percentages of Color #a75561

%0
%49
%42
%35

Triadic Colors of #a75561

#a75561 #61a755 #5561a7

Analogous Colors of #a75561

#a75561 #a77255 #a7558a

Monochromatic Colors of #a75561

#a75561

Complementary Color

#a75561 #55a79b

#a75561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75561 Color CSS Codes

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

#a75561 Text Font Color

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

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


#a75561 Background Color

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

This div background color is #a75561


#a75561 Border Color

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

This div border color is #a75561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75561


Comments

No comments written yet.

Please login to write comment.