Color Hex Logo

#711359 Color Hex

#711359
(113,19,89)
0 Favorites   0 Comments

Color spaces of #711359

RGB 1131989
HSL0.880.710.26
HSV315°83°44°
CMYK 0.000.830.21   0.56
XYZ8.84614.69779.8917
Yxy4.69770.37750.2005
Hunter Lab21.674234.9232-11.8870
CIE-Lab25.855646.1783-17.7437

#711359 color RGB value is (113,19,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 01011001
Octal 161 23 131
Decimal 113 19 89
Hex 71 13 59

RGB Percentages of Color #711359

%51.13
%8.60
%40.27

CMYK Percentages of Color #711359

%0
%83
%21
%56

Triadic Colors of #711359

#711359 #597113 #135971

Analogous Colors of #711359

#711359 #71132a #5a1371

Monochromatic Colors of #711359

#711359

Complementary Color

#711359 #13712b

#711359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711359 Color CSS Codes

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

#711359 Text Font Color

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

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


#711359 Background Color

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

This div background color is #711359


#711359 Border Color

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

This div border color is #711359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711359


Comments

No comments written yet.

Please login to write comment.