Color Hex Logo

#a75161 Color Hex

#A75161
(167,81,97)
0 Favorites   0 Comments

Color spaces of #a75161

RGB 1678197
HSL0.970.350.49
HSV349°51°65°
CMYK 0.000.510.42   0.35
XYZ21.036414.963413.0887
Yxy14.96340.42850.3048
Hunter Lab38.682629.37767.0163
CIE-Lab45.584036.99757.4737

#a75161 color RGB value is (167,81,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010001 01100001
Octal 247 121 141
Decimal 167 81 97
Hex A7 51 61

RGB Percentages of Color #a75161

%48.41
%23.48
%28.12

CMYK Percentages of Color #a75161

%0
%51
%42
%35

Triadic Colors of #a75161

#a75161 #61a751 #5161a7

Analogous Colors of #a75161

#a75161 #a76c51 #a7518c

Monochromatic Colors of #a75161

#a75161

Complementary Color

#a75161 #51a797

#a75161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75161 Color CSS Codes

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

#a75161 Text Font Color

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

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


#a75161 Background Color

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

This div background color is #a75161


#a75161 Border Color

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

This div border color is #a75161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,81,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 #a75161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75161


Comments

No comments written yet.

Please login to write comment.