Color Hex Logo

#712044 Color Hex

#712044
(113,32,68)
0 Favorites   0 Comments

Color spaces of #712044

RGB 1133268
HSL0.930.560.28
HSV333°72°44°
CMYK 0.000.720.40   0.56
XYZ8.37004.96115.9853
Yxy4.96110.43330.2568
Hunter Lab22.273528.0985-0.3408
CIE-Lab26.623738.7273-2.5562

#712044 color RGB value is (113,32,68).

#712044 hex color red value is 113, green value is 32 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #712044 hue: 0.93 , saturation: 0.56 and the lightness value of 712044 is 0.28.

The process color (four color CMYK) of #712044 color hex is 0.00, 0.72, 0.40, 0.56. Web safe color of #712044 is #663333. Color #712044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100000 01000100
Octal 161 40 104
Decimal 113 32 68
Hex 71 20 44

RGB Percentages of Color #712044

%53.05
%15.02
%31.92

CMYK Percentages of Color #712044

%0
%72
%40
%56

Triadic Colors of #712044

#712044 #447120 #204471

Analogous Colors of #712044

#712044 #712520 #71206d

Monochromatic Colors of #712044

#712044

Complementary Color

#712044 #20714d

#712044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712044 Color CSS Codes

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

#712044 Text Font Color

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

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


#712044 Background Color

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

This div background color is #712044


#712044 Border Color

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

This div border color is #712044


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,32,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712044; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712044;
  -webkit-box-shadow: 1px 1px 3px 2px #712044;
  box-shadow:         1px 1px 3px 2px #712044; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,32,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712044


Comments

No comments written yet.

Please login to write comment.