Color Hex Logo

#730117 Color Hex

#730117
(115,1,23)
0 Favorites   0 Comments

Color spaces of #730117

RGB 115123
HSL0.970.980.23
HSV348°99°45°
CMYK 0.000.990.80   0.55
XYZ7.23573.72841.1489
Yxy3.72840.59730.3078
Hunter Lab19.309133.09869.9886
CIE-Lab22.752444.873422.9476

#730117 color RGB value is (115,1,23).

#730117 hex color red value is 115, green value is 1 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #730117 hue: 0.97 , saturation: 0.98 and the lightness value of 730117 is 0.23.

The process color (four color CMYK) of #730117 color hex is 0.00, 0.99, 0.80, 0.55. Web safe color of #730117 is #660000. Color #730117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 00010111
Octal 163 1 27
Decimal 115 1 23
Hex 73 1 17

RGB Percentages of Color #730117

%82.73
%0.72
%16.55

CMYK Percentages of Color #730117

%0
%99
%80
%55

Triadic Colors of #730117

#730117 #177301 #011773

Analogous Colors of #730117

#730117 #732401 #730150

Monochromatic Colors of #730117

#730117

Complementary Color

#730117 #01735d

#730117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730117 Color CSS Codes

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

#730117 Text Font Color

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

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


#730117 Background Color

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

This div background color is #730117


#730117 Border Color

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

This div border color is #730117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730117


Comments

No comments written yet.

Please login to write comment.