Color Hex Logo

#712949 Color Hex

#712949
(113,41,73)
0 Favorites   0 Comments

Color spaces of #712949

RGB 1134173
HSL0.930.470.30
HSV333°64°44°
CMYK 0.000.640.35   0.56
XYZ8.80565.57766.9158
Yxy5.57760.41340.2619
Hunter Lab23.616925.2242-0.8302
CIE-Lab28.320835.2062-3.3827

#712949 color RGB value is (113,41,73).

#712949 hex color red value is 113, green value is 41 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #712949 hue: 0.93 , saturation: 0.47 and the lightness value of 712949 is 0.30.

The process color (four color CMYK) of #712949 color hex is 0.00, 0.64, 0.35, 0.56. Web safe color of #712949 is #663333. Color #712949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 01001001
Octal 161 51 111
Decimal 113 41 73
Hex 71 29 49

RGB Percentages of Color #712949

%49.78
%18.06
%32.16

CMYK Percentages of Color #712949

%0
%64
%35
%56

Triadic Colors of #712949

#712949 #497129 #294971

Analogous Colors of #712949

#712949 #712d29 #71296d

Monochromatic Colors of #712949

#712949

Complementary Color

#712949 #297151

#712949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712949 Color CSS Codes

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

#712949 Text Font Color

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

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


#712949 Background Color

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

This div background color is #712949


#712949 Border Color

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

This div border color is #712949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712949


Comments

No comments written yet.

Please login to write comment.