Color Hex Logo

#72143c Color Hex

#72143C
(114,20,60)
0 Favorites   0 Comments

Color spaces of #72143c

RGB 1142060
HSL0.930.700.26
HSV334°82°45°
CMYK 0.000.820.47   0.55
XYZ8.00524.40404.7031
Yxy4.40400.46780.2574
Hunter Lab20.985731.36551.4025
CIE-Lab24.964442.59920.4551

#72143c color RGB value is (114,20,60).

#72143c hex color red value is 114, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #72143c hue: 0.93 , saturation: 0.70 and the lightness value of 72143c is 0.26.

The process color (four color CMYK) of #72143c color hex is 0.00, 0.82, 0.47, 0.55. Web safe color of #72143c is #660033. Color #72143c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 00111100
Octal 162 24 74
Decimal 114 20 60
Hex 72 14 3C

RGB Percentages of Color #72143c

%58.76
%10.31
%30.93

CMYK Percentages of Color #72143c

%0
%82
%47
%55

Triadic Colors of #72143c

#72143c #3c7214 #143c72

Analogous Colors of #72143c

#72143c #721b14 #72146b

Monochromatic Colors of #72143c

#72143c

Complementary Color

#72143c #14724a

#72143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72143c Color CSS Codes

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

#72143c Text Font Color

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

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


#72143c Background Color

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

This div background color is #72143c


#72143c Border Color

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

This div border color is #72143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72143c


Comments

No comments written yet.

Please login to write comment.