Color Hex Logo

#720415 Color Hex

#720415
(114,4,21)
0 Favorites   0 Comments

Color spaces of #720415

RGB 114421
HSL0.970.930.23
HSV351°96°45°
CMYK 0.000.960.82   0.55
XYZ7.11823.71841.0520
Yxy3.71840.59870.3128
Hunter Lab19.283232.146110.2636
CIE-Lab22.717743.869524.1574

#720415 color RGB value is (114,4,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000100 00010101
Octal 162 4 25
Decimal 114 4 21
Hex 72 4 15

RGB Percentages of Color #720415

%82.01
%2.88
%15.11

CMYK Percentages of Color #720415

%0
%96
%82
%55

Triadic Colors of #720415

#720415 #157204 #041572

Analogous Colors of #720415

#720415 #722a04 #72044c

Monochromatic Colors of #720415

#720415

Complementary Color

#720415 #047261

#720415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720415 Color CSS Codes

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

#720415 Text Font Color

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

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


#720415 Background Color

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

This div background color is #720415


#720415 Border Color

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

This div border color is #720415


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,4,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 #720415">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720415


Comments

No comments written yet.

Please login to write comment.