Color Hex Logo

#73174e Color Hex

#73174E
(115,23,78)
0 Favorites   0 Comments

Color spaces of #73174e

RGB 1152378
HSL0.900.670.27
HSV324°80°45°
CMYK 0.000.800.32   0.55
XYZ8.75184.80777.6744
Yxy4.80770.41220.2264
Hunter Lab21.926532.8757-5.4033
CIE-Lab26.179743.9730-9.8912

#73174e color RGB value is (115,23,78).

#73174e hex color red value is 115, green value is 23 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #73174e hue: 0.90 , saturation: 0.67 and the lightness value of 73174e is 0.27.

The process color (four color CMYK) of #73174e color hex is 0.00, 0.80, 0.32, 0.55. Web safe color of #73174e is #660066. Color #73174e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010111 01001110
Octal 163 27 116
Decimal 115 23 78
Hex 73 17 4E

RGB Percentages of Color #73174e

%53.24
%10.65
%36.11

CMYK Percentages of Color #73174e

%0
%80
%32
%55

Triadic Colors of #73174e

#73174e #4e7317 #174e73

Analogous Colors of #73174e

#73174e #731720 #6a1773

Monochromatic Colors of #73174e

#73174e

Complementary Color

#73174e #17733c

#73174e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73174e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73174e Color CSS Codes

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

#73174e Text Font Color

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

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


#73174e Background Color

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

This div background color is #73174e


#73174e Border Color

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

This div border color is #73174e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,23,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73174e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73174e;
  -webkit-box-shadow: 1px 1px 3px 2px #73174e;
  box-shadow:         1px 1px 3px 2px #73174e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73174e


Comments

No comments written yet.

Please login to write comment.