Color Hex Logo

#712247 Color Hex

#712247
(113,34,71)
0 Favorites   0 Comments

Color spaces of #712247

RGB 1133471
HSL0.920.540.29
HSV332°70°44°
CMYK 0.000.700.37   0.56
XYZ8.51945.10976.4985
Yxy5.10970.42330.2539
Hunter Lab22.604627.7162-1.2217
CIE-Lab27.045038.2267-3.9438

#712247 color RGB value is (113,34,71).

#712247 hex color red value is 113, green value is 34 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #712247 hue: 0.92 , saturation: 0.54 and the lightness value of 712247 is 0.29.

The process color (four color CMYK) of #712247 color hex is 0.00, 0.70, 0.37, 0.56. Web safe color of #712247 is #663333. Color #712247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100010 01000111
Octal 161 42 107
Decimal 113 34 71
Hex 71 22 47

RGB Percentages of Color #712247

%51.83
%15.60
%32.57

CMYK Percentages of Color #712247

%0
%70
%37
%56

Triadic Colors of #712247

#712247 #477122 #224771

Analogous Colors of #712247

#712247 #712522 #71226f

Monochromatic Colors of #712247

#712247

Complementary Color

#712247 #22714c

#712247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712247 Color CSS Codes

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

#712247 Text Font Color

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

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


#712247 Background Color

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

This div background color is #712247


#712247 Border Color

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

This div border color is #712247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712247


Comments

No comments written yet.

Please login to write comment.