Color Hex Logo

#711446 Color Hex

#711446
(113,20,70)
0 Favorites   0 Comments

Color spaces of #711446

RGB 1132070
HSL0.910.700.26
HSV328°82°44°
CMYK 0.000.820.38   0.56
XYZ8.16574.45326.2235
Yxy4.45320.43340.2363
Hunter Lab21.102632.1414-2.7138
CIE-Lab25.116443.3992-6.1505

#711446 color RGB value is (113,20,70).

#711446 hex color red value is 113, green value is 20 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #711446 hue: 0.91 , saturation: 0.70 and the lightness value of 711446 is 0.26.

The process color (four color CMYK) of #711446 color hex is 0.00, 0.82, 0.38, 0.56. Web safe color of #711446 is #660033. Color #711446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010100 01000110
Octal 161 24 106
Decimal 113 20 70
Hex 71 14 46

RGB Percentages of Color #711446

%55.67
%9.85
%34.48

CMYK Percentages of Color #711446

%0
%82
%38
%56

Triadic Colors of #711446

#711446 #467114 #144671

Analogous Colors of #711446

#711446 #711418 #6e1471

Monochromatic Colors of #711446

#711446

Complementary Color

#711446 #14713f

#711446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711446 Color CSS Codes

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

#711446 Text Font Color

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

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


#711446 Background Color

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

This div background color is #711446


#711446 Border Color

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

This div border color is #711446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711446


Comments

No comments written yet.

Please login to write comment.