Color Hex Logo

#711257 Color Hex

#711257
(113,18,87)
0 Favorites   0 Comments

Color spaces of #711257

RGB 1131887
HSL0.880.730.26
HSV316°84°44°
CMYK 0.000.840.23   0.56
XYZ8.74674.63149.4498
Yxy4.63140.38320.2029
Hunter Lab21.520734.8869-10.9699
CIE-Lab25.657746.1792-16.7255

#711257 color RGB value is (113,18,87).

#711257 hex color red value is 113, green value is 18 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #711257 hue: 0.88 , saturation: 0.73 and the lightness value of 711257 is 0.26.

The process color (four color CMYK) of #711257 color hex is 0.00, 0.84, 0.23, 0.56. Web safe color of #711257 is #660066. Color #711257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010010 01010111
Octal 161 22 127
Decimal 113 18 87
Hex 71 12 57

RGB Percentages of Color #711257

%51.83
%8.26
%39.91

CMYK Percentages of Color #711257

%0
%84
%23
%56

Triadic Colors of #711257

#711257 #577112 #125771

Analogous Colors of #711257

#711257 #711227 #5c1271

Monochromatic Colors of #711257

#711257

Complementary Color

#711257 #12712c

#711257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711257 Color CSS Codes

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

#711257 Text Font Color

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

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


#711257 Background Color

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

This div background color is #711257


#711257 Border Color

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

This div border color is #711257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711257


Comments

No comments written yet.

Please login to write comment.