Color Hex Logo

#71143e Color Hex

#71143E
(113,20,62)
0 Favorites   0 Comments

Color spaces of #71143e

RGB 1132062
HSL0.920.700.26
HSV333°82°44°
CMYK 0.000.820.45   0.56
XYZ7.92974.35884.9808
Yxy4.35880.45920.2524
Hunter Lab20.877731.26110.4696
CIE-Lab24.823842.5141-1.1421

#71143e color RGB value is (113,20,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010100 00111110
Octal 161 24 76
Decimal 113 20 62
Hex 71 14 3E

RGB Percentages of Color #71143e

%57.95
%10.26
%31.79

CMYK Percentages of Color #71143e

%0
%82
%45
%56

Triadic Colors of #71143e

#71143e #3e7114 #143e71

Analogous Colors of #71143e

#71143e #711914 #71146d

Monochromatic Colors of #71143e

#71143e

Complementary Color

#71143e #147147

#71143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71143e Color CSS Codes

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

#71143e Text Font Color

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

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


#71143e Background Color

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

This div background color is #71143e


#71143e Border Color

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

This div border color is #71143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71143e


Comments

No comments written yet.

Please login to write comment.