Color Hex Logo

#730325 Color Hex

#730325
(115,3,37)
0 Favorites   0 Comments

Color spaces of #730325

RGB 115337
HSL0.950.950.23
HSV342°97°45°
CMYK 0.000.970.68   0.55
XYZ7.43673.84352.1002
Yxy3.84350.55580.2872
Hunter Lab19.604833.40197.3719
CIE-Lab23.147245.116213.8582

#730325 color RGB value is (115,3,37).

#730325 hex color red value is 115, green value is 3 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #730325 hue: 0.95 , saturation: 0.95 and the lightness value of 730325 is 0.23.

The process color (four color CMYK) of #730325 color hex is 0.00, 0.97, 0.68, 0.55. Web safe color of #730325 is #660033. Color #730325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000011 00100101
Octal 163 3 45
Decimal 115 3 37
Hex 73 3 25

RGB Percentages of Color #730325

%74.19
%1.94
%23.87

CMYK Percentages of Color #730325

%0
%97
%68
%55

Triadic Colors of #730325

#730325 #257303 #032573

Analogous Colors of #730325

#730325 #731903 #73035d

Monochromatic Colors of #730325

#730325

Complementary Color

#730325 #037351

#730325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730325 Color CSS Codes

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

#730325 Text Font Color

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

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


#730325 Background Color

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

This div background color is #730325


#730325 Border Color

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

This div border color is #730325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730325


Comments

No comments written yet.

Please login to write comment.