Color Hex Logo

#710579 Color Hex

#710579
(113,5,121)
0 Favorites   0 Comments

Color spaces of #710579

RGB 1135121
HSL0.820.920.25
HSV296°96°47°
CMYK 0.070.960.00   0.53
XYZ10.31554.999718.5105
Yxy4.99970.30500.1478
Hunter Lab22.360043.2186-33.4306
CIE-Lab26.733954.3015-37.1148

#710579 color RGB value is (113,5,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000101 01111001
Octal 161 5 171
Decimal 113 5 121
Hex 71 5 79

RGB Percentages of Color #710579

%47.28
%2.09
%50.63

CMYK Percentages of Color #710579

%7
%96
%0
%53

Triadic Colors of #710579

#710579 #797105 #057971

Analogous Colors of #710579

#710579 #790547 #370579

Monochromatic Colors of #710579

#710579

Complementary Color

#710579 #0d7905

#710579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710579 Color CSS Codes

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

#710579 Text Font Color

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

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


#710579 Background Color

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

This div background color is #710579


#710579 Border Color

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

This div border color is #710579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710579


Comments

No comments written yet.

Please login to write comment.