Color Hex Logo

#721128 Color Hex

#721128
(114,17,40)
0 Favorites   0 Comments

Color spaces of #721128

RGB 1141740
HSL0.960.740.26
HSV346°85°45°
CMYK 0.000.850.65   0.55
XYZ7.52294.13152.4084
Yxy4.13150.53500.2938
Hunter Lab20.326130.49417.2031
CIE-Lab24.101541.825812.9987

#721128 color RGB value is (114,17,40).

#721128 hex color red value is 114, green value is 17 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #721128 hue: 0.96 , saturation: 0.74 and the lightness value of 721128 is 0.26.

The process color (four color CMYK) of #721128 color hex is 0.00, 0.85, 0.65, 0.55. Web safe color of #721128 is #660033. Color #721128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 00101000
Octal 162 21 50
Decimal 114 17 40
Hex 72 11 28

RGB Percentages of Color #721128

%66.67
%9.94
%23.39

CMYK Percentages of Color #721128

%0
%85
%65
%55

Triadic Colors of #721128

#721128 #287211 #112872

Analogous Colors of #721128

#721128 #722b11 #721159

Monochromatic Colors of #721128

#721128

Complementary Color

#721128 #11725b

#721128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721128 Color CSS Codes

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

#721128 Text Font Color

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

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


#721128 Background Color

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

This div background color is #721128


#721128 Border Color

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

This div border color is #721128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721128


Comments

No comments written yet.

Please login to write comment.