Color Hex Logo

#710765 Color Hex

#710765
(113,7,101)
0 Favorites   0 Comments

Color spaces of #710765

RGB 1137101
HSL0.850.880.24
HSV307°94°44°
CMYK 0.000.940.11   0.56
XYZ9.23504.602312.7135
Yxy4.60230.34780.1733
Hunter Lab21.453039.2974-20.1195
CIE-Lab25.570350.6810-26.0805

#710765 color RGB value is (113,7,101).

#710765 hex color red value is 113, green value is 7 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #710765 hue: 0.85 , saturation: 0.88 and the lightness value of 710765 is 0.24.

The process color (four color CMYK) of #710765 color hex is 0.00, 0.94, 0.11, 0.56. Web safe color of #710765 is #660066. Color #710765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000111 01100101
Octal 161 7 145
Decimal 113 7 101
Hex 71 7 65

RGB Percentages of Color #710765

%51.13
%3.17
%45.70

CMYK Percentages of Color #710765

%0
%94
%11
%56

Triadic Colors of #710765

#710765 #657107 #076571

Analogous Colors of #710765

#710765 #710730 #480771

Monochromatic Colors of #710765

#710765

Complementary Color

#710765 #077113

#710765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710765 Color CSS Codes

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

#710765 Text Font Color

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

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


#710765 Background Color

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

This div background color is #710765


#710765 Border Color

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

This div border color is #710765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710765


Comments

No comments written yet.

Please login to write comment.