Color Hex Logo

#711976 Color Hex

#711976
(113,25,118)
0 Favorites   0 Comments

Color spaces of #711976

RGB 11325118
HSL0.820.650.28
HSV297°79°46°
CMYK 0.040.790.00   0.54
XYZ10.42775.514017.6542
Yxy5.51400.31040.1641
Hunter Lab23.481938.1738-28.1382
CIE-Lab28.151649.0522-32.9349

#711976 color RGB value is (113,25,118).

#711976 hex color red value is 113, green value is 25 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #711976 hue: 0.82 , saturation: 0.65 and the lightness value of 711976 is 0.28.

The process color (four color CMYK) of #711976 color hex is 0.04, 0.79, 0.00, 0.54. Web safe color of #711976 is #660066. Color #711976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011001 01110110
Octal 161 31 166
Decimal 113 25 118
Hex 71 19 76

RGB Percentages of Color #711976

%44.14
%9.77
%46.09

CMYK Percentages of Color #711976

%4
%79
%0
%54

Triadic Colors of #711976

#711976 #767119 #197671

Analogous Colors of #711976

#711976 #76194d #431976

Monochromatic Colors of #711976

#711976

Complementary Color

#711976 #1e7619

#711976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711976 Color CSS Codes

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

#711976 Text Font Color

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

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


#711976 Background Color

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

This div background color is #711976


#711976 Border Color

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

This div border color is #711976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711976


Comments

No comments written yet.

Please login to write comment.