Color Hex Logo

#72142b Color Hex

#72142B
(114,20,43)
0 Favorites   0 Comments

Color spaces of #72142b

RGB 1142043
HSL0.960.700.26
HSV345°82°45°
CMYK 0.000.820.62   0.55
XYZ7.62564.25212.7043
Yxy4.25210.52290.2916
Hunter Lab20.620629.92406.6588
CIE-Lab24.488041.132511.4540

#72142b color RGB value is (114,20,43).

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

The process color (four color CMYK) of #72142b color hex is 0.00, 0.82, 0.62, 0.55. Web safe color of #72142b is #660033. Color #72142b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 00101011
Octal 162 24 53
Decimal 114 20 43
Hex 72 14 2B

RGB Percentages of Color #72142b

%64.41
%11.30
%24.29

CMYK Percentages of Color #72142b

%0
%82
%62
%55

Triadic Colors of #72142b

#72142b #2b7214 #142b72

Analogous Colors of #72142b

#72142b #722c14 #72145a

Monochromatic Colors of #72142b

#72142b

Complementary Color

#72142b #14725b

#72142b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72142b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72142b Color CSS Codes

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

#72142b Text Font Color

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

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


#72142b Background Color

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

This div background color is #72142b


#72142b Border Color

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

This div border color is #72142b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72142b


Comments

No comments written yet.

Please login to write comment.