Color Hex Logo

#a76194 Color Hex

#A76194
(167,97,148)
0 Favorites   0 Comments

Color spaces of #a76194

RGB 16797148
HSL0.880.280.52
HSV316°42°65°
CMYK 0.000.420.11   0.35
XYZ25.556318.903030.3186
Yxy18.90300.34180.2528
Hunter Lab43.477628.8373-10.9109
CIE-Lab50.573535.7631-15.8190

#a76194 color RGB value is (167,97,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100001 10010100
Octal 247 141 224
Decimal 167 97 148
Hex A7 61 94

RGB Percentages of Color #a76194

%40.53
%23.54
%35.92

CMYK Percentages of Color #a76194

%0
%42
%11
%35

Triadic Colors of #a76194

#a76194 #94a761 #6194a7

Analogous Colors of #a76194

#a76194 #a76171 #9761a7

Monochromatic Colors of #a76194

#a76194

Complementary Color

#a76194 #61a774

#a76194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76194 Color CSS Codes

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

#a76194 Text Font Color

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

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


#a76194 Background Color

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

This div background color is #a76194


#a76194 Border Color

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

This div border color is #a76194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76194


Comments

No comments written yet.

Please login to write comment.