Color Hex Logo

#711115 Color Hex

#711115
(113,17,21)
0 Favorites   0 Comments

Color spaces of #711115

RGB 1131721
HSL0.990.740.25
HSV358°85°44°
CMYK 0.000.850.81   0.56
XYZ7.14593.96581.0983
Yxy3.96580.58520.3248
Hunter Lab19.914329.201510.6701
CIE-Lab23.558140.520524.9903

#711115 color RGB value is (113,17,21).

#711115 hex color red value is 113, green value is 17 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #711115 hue: 0.99 , saturation: 0.74 and the lightness value of 711115 is 0.25.

The process color (four color CMYK) of #711115 color hex is 0.00, 0.85, 0.81, 0.56. Web safe color of #711115 is #660000. Color #711115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010001 00010101
Octal 161 21 25
Decimal 113 17 21
Hex 71 11 15

RGB Percentages of Color #711115

%74.83
%11.26
%13.91

CMYK Percentages of Color #711115

%0
%85
%81
%56

Triadic Colors of #711115

#711115 #157111 #111571

Analogous Colors of #711115

#711115 #713d11 #711145

Monochromatic Colors of #711115

#711115

Complementary Color

#711115 #11716d

#711115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711115 Color CSS Codes

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

#711115 Text Font Color

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

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


#711115 Background Color

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

This div background color is #711115


#711115 Border Color

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

This div border color is #711115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711115


Comments

No comments written yet.

Please login to write comment.