Color Hex Logo

#a73297 Color Hex

#A73297
(167,50,151)
0 Favorites   0 Comments

Color spaces of #a73297

RGB 16750151
HSL0.860.540.43
HSV308°70°65°
CMYK 0.000.700.10   0.35
XYZ22.662912.731130.5410
Yxy12.73110.34370.1931
Hunter Lab35.680750.9347-25.7730
CIE-Lab42.355358.5168-30.3070

#a73297 color RGB value is (167,50,151).

#a73297 hex color red value is 167, green value is 50 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a73297 hue: 0.86 , saturation: 0.54 and the lightness value of a73297 is 0.43.

The process color (four color CMYK) of #a73297 color hex is 0.00, 0.70, 0.10, 0.35. Web safe color of #a73297 is #993399. Color #a73297 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110010 10010111
Octal 247 62 227
Decimal 167 50 151
Hex A7 32 97

RGB Percentages of Color #a73297

%45.38
%13.59
%41.03

CMYK Percentages of Color #a73297

%0
%70
%10
%35

Triadic Colors of #a73297

#a73297 #97a732 #3297a7

Analogous Colors of #a73297

#a73297 #a7325d #7d32a7

Monochromatic Colors of #a73297

#a73297

Complementary Color

#a73297 #32a742

#a73297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73297 Color CSS Codes

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

#a73297 Text Font Color

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

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


#a73297 Background Color

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

This div background color is #a73297


#a73297 Border Color

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

This div border color is #a73297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73297


Comments

No comments written yet.

Please login to write comment.