Color Hex Logo

#a73582 Color Hex

#A73582
(167,53,130)
0 Favorites   0 Comments

Color spaces of #a73582

RGB 16753130
HSL0.890.520.43
HSV319°68°65°
CMYK 0.000.680.22   0.35
XYZ21.238712.373422.3880
Yxy12.37340.37930.2210
Hunter Lab35.175846.2182-13.1126
CIE-Lab41.803554.2592-18.3840

#a73582 color RGB value is (167,53,130).

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

The process color (four color CMYK) of #a73582 color hex is 0.00, 0.68, 0.22, 0.35. Web safe color of #a73582 is #993399. Color #a73582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110101 10000010
Octal 247 65 202
Decimal 167 53 130
Hex A7 35 82

RGB Percentages of Color #a73582

%47.71
%15.14
%37.14

CMYK Percentages of Color #a73582

%0
%68
%22
%35

Triadic Colors of #a73582

#a73582 #82a735 #3582a7

Analogous Colors of #a73582

#a73582 #a73549 #9335a7

Monochromatic Colors of #a73582

#a73582

Complementary Color

#a73582 #35a75a

#a73582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73582 Color CSS Codes

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

#a73582 Text Font Color

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

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


#a73582 Background Color

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

This div background color is #a73582


#a73582 Border Color

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

This div border color is #a73582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73582


Comments

No comments written yet.

Please login to write comment.