Color Hex Logo

#a76184 Color Hex

#A76184
(167,97,132)
0 Favorites   0 Comments

Color spaces of #a76184

RGB 16797132
HSL0.920.280.52
HSV330°42°65°
CMYK 0.000.420.21   0.35
XYZ24.375918.430824.1025
Yxy18.43080.36430.2755
Hunter Lab42.931126.2213-3.2350
CIE-Lab50.014533.1256-7.1666

#a76184 color RGB value is (167,97,132).

#a76184 hex color red value is 167, green value is 97 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a76184 hue: 0.92 , saturation: 0.28 and the lightness value of a76184 is 0.52.

The process color (four color CMYK) of #a76184 color hex is 0.00, 0.42, 0.21, 0.35. Web safe color of #a76184 is #996699. Color #a76184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100001 10000100
Octal 247 141 204
Decimal 167 97 132
Hex A7 61 84

RGB Percentages of Color #a76184

%42.17
%24.49
%33.33

CMYK Percentages of Color #a76184

%0
%42
%21
%35

Triadic Colors of #a76184

#a76184 #84a761 #6184a7

Analogous Colors of #a76184

#a76184 #a76161 #a761a7

Monochromatic Colors of #a76184

#a76184

Complementary Color

#a76184 #61a784

#a76184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76184 Color CSS Codes

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

#a76184 Text Font Color

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

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


#a76184 Background Color

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

This div background color is #a76184


#a76184 Border Color

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

This div border color is #a76184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76184


Comments

No comments written yet.

Please login to write comment.