Color Hex Logo

#a73162 Color Hex

#A73162
(167,49,98)
0 Favorites   0 Comments

Color spaces of #a73162

RGB 1674998
HSL0.930.550.42
HSV335°71°65°
CMYK 0.000.710.41   0.35
XYZ19.239311.294012.7212
Yxy11.29400.44480.2611
Hunter Lab33.606543.37741.0813
CIE-Lab40.071351.8892-1.0984

#a73162 color RGB value is (167,49,98).

#a73162 hex color red value is 167, green value is 49 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a73162 hue: 0.93 , saturation: 0.55 and the lightness value of a73162 is 0.42.

The process color (four color CMYK) of #a73162 color hex is 0.00, 0.71, 0.41, 0.35. Web safe color of #a73162 is #993366. Color #a73162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110001 01100010
Octal 247 61 142
Decimal 167 49 98
Hex A7 31 62

RGB Percentages of Color #a73162

%53.18
%15.61
%31.21

CMYK Percentages of Color #a73162

%0
%71
%41
%35

Triadic Colors of #a73162

#a73162 #62a731 #3162a7

Analogous Colors of #a73162

#a73162 #a73b31 #a7319d

Monochromatic Colors of #a73162

#a73162

Complementary Color

#a73162 #31a776

#a73162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73162 Color CSS Codes

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

#a73162 Text Font Color

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

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


#a73162 Background Color

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

This div background color is #a73162


#a73162 Border Color

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

This div border color is #a73162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73162


Comments

No comments written yet.

Please login to write comment.