Color Hex Logo

#730115 Color Hex

#730115
(115,1,21)
0 Favorites   0 Comments

Color spaces of #730115

RGB 115121
HSL0.970.980.23
HSV349°99°45°
CMYK 0.000.990.82   0.55
XYZ7.21643.72071.0473
Yxy3.72070.60210.3105
Hunter Lab19.289133.024110.2832
CIE-Lab22.725744.799824.2347

#730115 color RGB value is (115,1,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 00010101
Octal 163 1 25
Decimal 115 1 21
Hex 73 1 15

RGB Percentages of Color #730115

%83.94
%0.73
%15.33

CMYK Percentages of Color #730115

%0
%99
%82
%55

Triadic Colors of #730115

#730115 #157301 #011573

Analogous Colors of #730115

#730115 #732601 #73014e

Monochromatic Colors of #730115

#730115

Complementary Color

#730115 #01735f

#730115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730115 Color CSS Codes

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

#730115 Text Font Color

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

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


#730115 Background Color

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

This div background color is #730115


#730115 Border Color

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

This div border color is #730115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730115


Comments

No comments written yet.

Please login to write comment.