Color Hex Logo

#711459 Color Hex

#711459
(113,20,89)
0 Favorites   0 Comments

Color spaces of #711459

RGB 1132089
HSL0.880.700.26
HSV315°82°44°
CMYK 0.000.820.21   0.56
XYZ8.86344.73239.8975
Yxy4.73230.37730.2014
Hunter Lab21.753934.6589-11.7479
CIE-Lab25.958145.8841-17.5845

#711459 color RGB value is (113,20,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010100 01011001
Octal 161 24 131
Decimal 113 20 89
Hex 71 14 59

RGB Percentages of Color #711459

%50.90
%9.01
%40.09

CMYK Percentages of Color #711459

%0
%82
%21
%56

Triadic Colors of #711459

#711459 #597114 #145971

Analogous Colors of #711459

#711459 #71142b #5a1471

Monochromatic Colors of #711459

#711459

Complementary Color

#711459 #14712c

#711459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711459 Color CSS Codes

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

#711459 Text Font Color

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

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


#711459 Background Color

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

This div background color is #711459


#711459 Border Color

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

This div border color is #711459


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,20,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 #711459">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711459


Comments

No comments written yet.

Please login to write comment.