Color Hex Logo

#711343 Color Hex

#711343
(113,19,67)
0 Favorites   0 Comments

Color spaces of #711343

RGB 1131967
HSL0.910.710.26
HSV329°83°44°
CMYK 0.000.830.41   0.56
XYZ8.05604.38175.7313
Yxy4.38170.44340.2412
Hunter Lab20.932532.0649-1.5808
CIE-Lab24.895243.3603-4.4450

#711343 color RGB value is (113,19,67).

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

The process color (four color CMYK) of #711343 color hex is 0.00, 0.83, 0.41, 0.56. Web safe color of #711343 is #660033. Color #711343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 01000011
Octal 161 23 103
Decimal 113 19 67
Hex 71 13 43

RGB Percentages of Color #711343

%56.78
%9.55
%33.67

CMYK Percentages of Color #711343

%0
%83
%41
%56

Triadic Colors of #711343

#711343 #437113 #134371

Analogous Colors of #711343

#711343 #711314 #701371

Monochromatic Colors of #711343

#711343

Complementary Color

#711343 #137141

#711343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711343 Color CSS Codes

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

#711343 Text Font Color

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

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


#711343 Background Color

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

This div background color is #711343


#711343 Border Color

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

This div border color is #711343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711343


Comments

No comments written yet.

Please login to write comment.