Color Hex Logo

#711958 Color Hex

#711958
(113,25,88)
0 Favorites   0 Comments

Color spaces of #711958

RGB 1132588
HSL0.880.640.27
HSV317°78°44°
CMYK 0.000.780.22   0.56
XYZ8.91914.91069.7103
Yxy4.91060.37890.2086
Hunter Lab22.159933.0645-10.4685
CIE-Lab26.478544.1147-16.1166

#711958 color RGB value is (113,25,88).

#711958 hex color red value is 113, green value is 25 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #711958 hue: 0.88 , saturation: 0.64 and the lightness value of 711958 is 0.27.

The process color (four color CMYK) of #711958 color hex is 0.00, 0.78, 0.22, 0.56. Web safe color of #711958 is #660066. Color #711958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011001 01011000
Octal 161 31 130
Decimal 113 25 88
Hex 71 19 58

RGB Percentages of Color #711958

%50.00
%11.06
%38.94

CMYK Percentages of Color #711958

%0
%78
%22
%56

Triadic Colors of #711958

#711958 #587119 #195871

Analogous Colors of #711958

#711958 #71192c #5e1971

Monochromatic Colors of #711958

#711958

Complementary Color

#711958 #197132

#711958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711958 Color CSS Codes

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

#711958 Text Font Color

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

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


#711958 Background Color

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

This div background color is #711958


#711958 Border Color

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

This div border color is #711958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711958


Comments

No comments written yet.

Please login to write comment.