Color Hex Logo

#a53173 Color Hex

#A53173
(165,49,115)
0 Favorites   0 Comments

Color spaces of #a53173

RGB 16549115
HSL0.910.540.42
HSV326°70°65°
CMYK 0.000.700.30   0.35
XYZ19.709911.433817.3878
Yxy11.43380.40610.2356
Hunter Lab33.813944.8721-6.8184
CIE-Lab40.301753.2705-11.4352

#a53173 color RGB value is (165,49,115).

#a53173 hex color red value is 165, green value is 49 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a53173 hue: 0.91 , saturation: 0.54 and the lightness value of a53173 is 0.42.

The process color (four color CMYK) of #a53173 color hex is 0.00, 0.70, 0.30, 0.35. Web safe color of #a53173 is #993366. Color #a53173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110001 01110011
Octal 245 61 163
Decimal 165 49 115
Hex A5 31 73

RGB Percentages of Color #a53173

%50.15
%14.89
%34.95

CMYK Percentages of Color #a53173

%0
%70
%30
%35

Triadic Colors of #a53173

#a53173 #73a531 #3173a5

Analogous Colors of #a53173

#a53173 #a53139 #9d31a5

Monochromatic Colors of #a53173

#a53173

Complementary Color

#a53173 #31a563

#a53173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53173 Color CSS Codes

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

#a53173 Text Font Color

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

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


#a53173 Background Color

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

This div background color is #a53173


#a53173 Border Color

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

This div border color is #a53173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53173


Comments

No comments written yet.

Please login to write comment.