Color Hex Logo

#711587 Color Hex

#711587
(113,21,135)
0 Favorites   0 Comments

Color spaces of #711587

RGB 11321135
HSL0.800.730.31
HSV288°84°53°
CMYK 0.160.840.00   0.47
XYZ11.45145.796323.4369
Yxy5.79630.28150.1425
Hunter Lab24.075542.7705-40.8645
CIE-Lab28.892653.4479-42.4596

#711587 color RGB value is (113,21,135).

#711587 hex color red value is 113, green value is 21 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #711587 hue: 0.80 , saturation: 0.73 and the lightness value of 711587 is 0.31.

The process color (four color CMYK) of #711587 color hex is 0.16, 0.84, 0.00, 0.47. Web safe color of #711587 is #660099. Color #711587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010101 10000111
Octal 161 25 207
Decimal 113 21 135
Hex 71 15 87

RGB Percentages of Color #711587

%42.01
%7.81
%50.19

CMYK Percentages of Color #711587

%16
%84
%0
%47

Triadic Colors of #711587

#711587 #877115 #158771

Analogous Colors of #711587

#711587 #871564 #381587

Monochromatic Colors of #711587

#711587

Complementary Color

#711587 #2b8715

#711587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711587 Color CSS Codes

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

#711587 Text Font Color

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

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


#711587 Background Color

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

This div background color is #711587


#711587 Border Color

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

This div border color is #711587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711587


Comments

No comments written yet.

Please login to write comment.