Color Hex Logo

#710676 Color Hex

#710676
(113,6,118)
0 Favorites   0 Comments

Color spaces of #710676

RGB 1136118
HSL0.830.900.24
HSV297°95°46°
CMYK 0.040.950.00   0.54
XYZ10.14524.949017.5601
Yxy4.94900.31070.1516
Hunter Lab22.246342.4718-31.2280
CIE-Lab26.589053.6065-35.4351

#710676 color RGB value is (113,6,118).

#710676 hex color red value is 113, green value is 6 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #710676 hue: 0.83 , saturation: 0.90 and the lightness value of 710676 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000110 01110110
Octal 161 6 166
Decimal 113 6 118
Hex 71 6 76

RGB Percentages of Color #710676

%47.68
%2.53
%49.79

CMYK Percentages of Color #710676

%4
%95
%0
%54

Triadic Colors of #710676

#710676 #767106 #067671

Analogous Colors of #710676

#710676 #760643 #390676

Monochromatic Colors of #710676

#710676

Complementary Color

#710676 #0b7606

#710676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710676 Color CSS Codes

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

#710676 Text Font Color

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

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


#710676 Background Color

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

This div background color is #710676


#710676 Border Color

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

This div border color is #710676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710676


Comments

No comments written yet.

Please login to write comment.