Color Hex Logo

#73475c Color Hex

#73475C
(115,71,92)
0 Favorites   0 Comments

Color spaces of #73475c

RGB 1157192
HSL0.920.240.36
HSV331°38°45°
CMYK 0.000.380.20   0.55
XYZ11.25528.924011.2545
Yxy8.92400.35810.2839
Hunter Lab29.873114.9751-1.4260
CIE-Lab35.837622.0944-4.4859

#73475c color RGB value is (115,71,92).

#73475c hex color red value is 115, green value is 71 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #73475c hue: 0.92 , saturation: 0.24 and the lightness value of 73475c is 0.36.

The process color (four color CMYK) of #73475c color hex is 0.00, 0.38, 0.20, 0.55. Web safe color of #73475c is #663366. Color #73475c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000111 01011100
Octal 163 107 134
Decimal 115 71 92
Hex 73 47 5C

RGB Percentages of Color #73475c

%41.37
%25.54
%33.09

CMYK Percentages of Color #73475c

%0
%38
%20
%55

Triadic Colors of #73475c

#73475c #5c7347 #475c73

Analogous Colors of #73475c

#73475c #734847 #734772

Monochromatic Colors of #73475c

#73475c

Complementary Color

#73475c #47735e

#73475c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73475c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73475c Color CSS Codes

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

#73475c Text Font Color

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

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


#73475c Background Color

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

This div background color is #73475c


#73475c Border Color

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

This div border color is #73475c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,71,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73475c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73475c;
  -webkit-box-shadow: 1px 1px 3px 2px #73475c;
  box-shadow:         1px 1px 3px 2px #73475c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73475c


Comments

No comments written yet.

Please login to write comment.