Color Hex Logo

#711f68 Color Hex

#711F68
(113,31,104)
0 Favorites   0 Comments

Color spaces of #711f68

RGB 11331104
HSL0.850.570.28
HSV307°73°44°
CMYK 0.000.730.08   0.56
XYZ9.79875.490213.6400
Yxy5.49020.33870.1898
Hunter Lab23.431233.6425-18.1127
CIE-Lab28.088044.4135-24.0587

#711f68 color RGB value is (113,31,104).

#711f68 hex color red value is 113, green value is 31 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #711f68 hue: 0.85 , saturation: 0.57 and the lightness value of 711f68 is 0.28.

The process color (four color CMYK) of #711f68 color hex is 0.00, 0.73, 0.08, 0.56. Web safe color of #711f68 is #663366. Color #711f68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011111 01101000
Octal 161 37 150
Decimal 113 31 104
Hex 71 1F 68

RGB Percentages of Color #711f68

%45.56
%12.50
%41.94

CMYK Percentages of Color #711f68

%0
%73
%8
%56

Triadic Colors of #711f68

#711f68 #68711f #1f6871

Analogous Colors of #711f68

#711f68 #711f3f #511f71

Monochromatic Colors of #711f68

#711f68

Complementary Color

#711f68 #1f7128

#711f68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711f68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711f68 Color CSS Codes

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

#711f68 Text Font Color

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

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


#711f68 Background Color

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

This div background color is #711f68


#711f68 Border Color

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

This div border color is #711f68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,31,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #711f68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #711f68;
  -webkit-box-shadow: 1px 1px 3px 2px #711f68;
  box-shadow:         1px 1px 3px 2px #711f68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711f68


Comments

No comments written yet.

Please login to write comment.