Color Hex Logo

#730514 Color Hex

#730514
(115,5,20)
0 Favorites   0 Comments

Color spaces of #730514

RGB 115520
HSL0.980.920.24
HSV352°96°45°
CMYK 0.000.960.83   0.55
XYZ7.25083.80391.0139
Yxy3.80390.60080.3152
Hunter Lab19.503632.229210.5703
CIE-Lab23.012343.900725.1858

#730514 color RGB value is (115,5,20).

#730514 hex color red value is 115, green value is 5 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #730514 hue: 0.98 , saturation: 0.92 and the lightness value of 730514 is 0.24.

The process color (four color CMYK) of #730514 color hex is 0.00, 0.96, 0.83, 0.55. Web safe color of #730514 is #660000. Color #730514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000101 00010100
Octal 163 5 24
Decimal 115 5 20
Hex 73 5 14

RGB Percentages of Color #730514

%82.14
%3.57
%14.29

CMYK Percentages of Color #730514

%0
%96
%83
%55

Triadic Colors of #730514

#730514 #147305 #051473

Analogous Colors of #730514

#730514 #732d05 #73054b

Monochromatic Colors of #730514

#730514

Complementary Color

#730514 #057364

#730514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730514 Color CSS Codes

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

#730514 Text Font Color

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

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


#730514 Background Color

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

This div background color is #730514


#730514 Border Color

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

This div border color is #730514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730514


Comments

No comments written yet.

Please login to write comment.