Color Hex Logo

#a75157 Color Hex

#A75157
(167,81,87)
0 Favorites   0 Comments

Color spaces of #a75157

RGB 1678187
HSL0.990.350.49
HSV356°51°65°
CMYK 0.000.510.48   0.35
XYZ20.599114.788510.7856
Yxy14.78850.44610.3203
Hunter Lab38.455828.317010.2902
CIE-Lab45.343135.925413.2251

#a75157 color RGB value is (167,81,87).

#a75157 hex color red value is 167, green value is 81 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a75157 hue: 0.99 , saturation: 0.35 and the lightness value of a75157 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010001 01010111
Octal 247 121 127
Decimal 167 81 87
Hex A7 51 57

RGB Percentages of Color #a75157

%49.85
%24.18
%25.97

CMYK Percentages of Color #a75157

%0
%51
%48
%35

Triadic Colors of #a75157

#a75157 #57a751 #5157a7

Analogous Colors of #a75157

#a75157 #a77651 #a75182

Monochromatic Colors of #a75157

#a75157

Complementary Color

#a75157 #51a7a1

#a75157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75157 Color CSS Codes

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

#a75157 Text Font Color

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

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


#a75157 Background Color

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

This div background color is #a75157


#a75157 Border Color

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

This div border color is #a75157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75157


Comments

No comments written yet.

Please login to write comment.