Color Hex Logo

#711887 Color Hex

#711887
(113,24,135)
0 Favorites   0 Comments

Color spaces of #711887

RGB 11324135
HSL0.800.700.31
HSV288°82°53°
CMYK 0.160.820.00   0.47
XYZ11.50995.913223.4564
Yxy5.91320.28160.1446
Hunter Lab24.317141.9338-40.1696
CIE-Lab29.192452.5755-41.9760

#711887 color RGB value is (113,24,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011000 10000111
Octal 161 30 207
Decimal 113 24 135
Hex 71 18 87

RGB Percentages of Color #711887

%41.54
%8.82
%49.63

CMYK Percentages of Color #711887

%16
%82
%0
%47

Triadic Colors of #711887

#711887 #877118 #188771

Analogous Colors of #711887

#711887 #871866 #3a1887

Monochromatic Colors of #711887

#711887

Complementary Color

#711887 #2e8718

#711887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711887 Color CSS Codes

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

#711887 Text Font Color

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

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


#711887 Background Color

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

This div background color is #711887


#711887 Border Color

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

This div border color is #711887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711887


Comments

No comments written yet.

Please login to write comment.