Color Hex Logo

#a76090 Color Hex

#A76090
(167,96,144)
0 Favorites   0 Comments

Color spaces of #a76090

RGB 16796144
HSL0.890.290.52
HSV319°43°65°
CMYK 0.000.430.14   0.35
XYZ25.153318.594828.6490
Yxy18.59480.34740.2568
Hunter Lab43.121728.6578-9.2057
CIE-Lab50.209735.6259-14.0035

#a76090 color RGB value is (167,96,144).

#a76090 hex color red value is 167, green value is 96 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a76090 hue: 0.89 , saturation: 0.29 and the lightness value of a76090 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 10010000
Octal 247 140 220
Decimal 167 96 144
Hex A7 60 90

RGB Percentages of Color #a76090

%41.03
%23.59
%35.38

CMYK Percentages of Color #a76090

%0
%43
%14
%35

Triadic Colors of #a76090

#a76090 #90a760 #6090a7

Analogous Colors of #a76090

#a76090 #a7606d #9b60a7

Monochromatic Colors of #a76090

#a76090

Complementary Color

#a76090 #60a777

#a76090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76090 Color CSS Codes

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

#a76090 Text Font Color

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

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


#a76090 Background Color

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

This div background color is #a76090


#a76090 Border Color

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

This div border color is #a76090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76090


Comments

No comments written yet.

Please login to write comment.