Color Hex Logo

#711259 Color Hex

#711259
(113,18,89)
0 Favorites   0 Comments

Color spaces of #711259

RGB 1131889
HSL0.880.730.26
HSV315°84°44°
CMYK 0.000.840.21   0.56
XYZ8.82954.66469.8862
Yxy4.66460.37760.1995
Hunter Lab21.597735.1779-12.0212
CIE-Lab25.757046.4613-17.8969

#711259 color RGB value is (113,18,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010010 01011001
Octal 161 22 131
Decimal 113 18 89
Hex 71 12 59

RGB Percentages of Color #711259

%51.36
%8.18
%40.45

CMYK Percentages of Color #711259

%0
%84
%21
%56

Triadic Colors of #711259

#711259 #597112 #125971

Analogous Colors of #711259

#711259 #711229 #5a1271

Monochromatic Colors of #711259

#711259

Complementary Color

#711259 #12712a

#711259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711259 Color CSS Codes

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

#711259 Text Font Color

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

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


#711259 Background Color

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

This div background color is #711259


#711259 Border Color

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

This div border color is #711259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711259


Comments

No comments written yet.

Please login to write comment.