Color Hex Logo

#73425f Color Hex

#73425F
(115,66,95)
0 Favorites   0 Comments

Color spaces of #73425f

RGB 1156695
HSL0.900.270.35
HSV324°43°45°
CMYK 0.000.430.17   0.55
XYZ11.08408.367511.8574
Yxy8.36750.35400.2673
Hunter Lab28.926617.7754-4.0551
CIE-Lab34.736825.5876-8.0307

#73425f color RGB value is (115,66,95).

#73425f hex color red value is 115, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #73425f hue: 0.90 , saturation: 0.27 and the lightness value of 73425f is 0.35.

The process color (four color CMYK) of #73425f color hex is 0.00, 0.43, 0.17, 0.55. Web safe color of #73425f is #663366. Color #73425f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 01011111
Octal 163 102 137
Decimal 115 66 95
Hex 73 42 5F

RGB Percentages of Color #73425f

%41.67
%23.91
%34.42

CMYK Percentages of Color #73425f

%0
%43
%17
%55

Triadic Colors of #73425f

#73425f #5f7342 #425f73

Analogous Colors of #73425f

#73425f #734247 #6f4273

Monochromatic Colors of #73425f

#73425f

Complementary Color

#73425f #427356

#73425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73425f Color CSS Codes

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

#73425f Text Font Color

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

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


#73425f Background Color

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

This div background color is #73425f


#73425f Border Color

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

This div border color is #73425f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,66,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73425f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73425f;
  -webkit-box-shadow: 1px 1px 3px 2px #73425f;
  box-shadow:         1px 1px 3px 2px #73425f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73425f


Comments

No comments written yet.

Please login to write comment.