Color Hex Logo

#a76c88 Color Hex

#A76C88
(167,108,136)
0 Favorites   0 Comments

Color spaces of #a76c88

RGB 167108136
HSL0.920.250.54
HSV332°35°65°
CMYK 0.000.350.19   0.35
XYZ25.742820.718225.9348
Yxy20.71820.35560.2862
Hunter Lab45.517221.2975-1.9202
CIE-Lab52.639727.6404-5.6317

#a76c88 color RGB value is (167,108,136).

#a76c88 hex color red value is 167, green value is 108 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a76c88 hue: 0.92 , saturation: 0.25 and the lightness value of a76c88 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101100 10001000
Octal 247 154 210
Decimal 167 108 136
Hex A7 6C 88

RGB Percentages of Color #a76c88

%40.63
%26.28
%33.09

CMYK Percentages of Color #a76c88

%0
%35
%19
%35

Triadic Colors of #a76c88

#a76c88 #88a76c #6c88a7

Analogous Colors of #a76c88

#a76c88 #a76e6c #a76ca6

Monochromatic Colors of #a76c88

#a76c88

Complementary Color

#a76c88 #6ca78b

#a76c88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76c88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76c88 Color CSS Codes

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

#a76c88 Text Font Color

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

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


#a76c88 Background Color

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

This div background color is #a76c88


#a76c88 Border Color

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

This div border color is #a76c88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76c88


Comments

No comments written yet.

Please login to write comment.