Color Hex Logo

#711b35 Color Hex

#711B35
(113,27,53)
0 Favorites   0 Comments

Color spaces of #711b35

RGB 1132753
HSL0.950.610.27
HSV342°76°44°
CMYK 0.000.760.53   0.56
XYZ7.84464.55163.8333
Yxy4.55160.48340.2805
Hunter Lab21.334528.29844.2811
CIE-Lab25.417139.17275.8595

#711b35 color RGB value is (113,27,53).

#711b35 hex color red value is 113, green value is 27 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #711b35 hue: 0.95 , saturation: 0.61 and the lightness value of 711b35 is 0.27.

The process color (four color CMYK) of #711b35 color hex is 0.00, 0.76, 0.53, 0.56. Web safe color of #711b35 is #663333. Color #711b35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011011 00110101
Octal 161 33 65
Decimal 113 27 53
Hex 71 1B 35

RGB Percentages of Color #711b35

%58.55
%13.99
%27.46

CMYK Percentages of Color #711b35

%0
%76
%53
%56

Triadic Colors of #711b35

#711b35 #35711b #1b3571

Analogous Colors of #711b35

#711b35 #712c1b #711b60

Monochromatic Colors of #711b35

#711b35

Complementary Color

#711b35 #1b7157

#711b35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711b35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711b35 Color CSS Codes

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

#711b35 Text Font Color

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

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


#711b35 Background Color

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

This div background color is #711b35


#711b35 Border Color

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

This div border color is #711b35


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,27,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #711b35; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #711b35;
  -webkit-box-shadow: 1px 1px 3px 2px #711b35;
  box-shadow:         1px 1px 3px 2px #711b35; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711b35


Comments

No comments written yet.

Please login to write comment.