Color Hex Logo

#711779 Color Hex

#711779
(113,23,121)
0 Favorites   0 Comments

Color spaces of #711779

RGB 11323121
HSL0.820.680.28
HSV295°81°47°
CMYK 0.070.810.00   0.53
XYZ10.56765.504018.5946
Yxy5.50400.30480.1588
Hunter Lab23.460639.3475-30.5701
CIE-Lab28.124950.2330-34.8840

#711779 color RGB value is (113,23,121).

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

The process color (four color CMYK) of #711779 color hex is 0.07, 0.81, 0.00, 0.53. Web safe color of #711779 is #660066. Color #711779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010111 01111001
Octal 161 27 171
Decimal 113 23 121
Hex 71 17 79

RGB Percentages of Color #711779

%43.97
%8.95
%47.08

CMYK Percentages of Color #711779

%7
%81
%0
%53

Triadic Colors of #711779

#711779 #797117 #177971

Analogous Colors of #711779

#711779 #791750 #401779

Monochromatic Colors of #711779

#711779

Complementary Color

#711779 #1f7917

#711779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711779 Color CSS Codes

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

#711779 Text Font Color

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

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


#711779 Background Color

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

This div background color is #711779


#711779 Border Color

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

This div border color is #711779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711779


Comments

No comments written yet.

Please login to write comment.