Color Hex Logo

#710a64 Color Hex

#710A64
(113,10,100)
0 Favorites   0 Comments

Color spaces of #710a64

RGB 11310100
HSL0.850.840.24
HSV308°91°44°
CMYK 0.000.910.12   0.56
XYZ9.21884.647912.4678
Yxy4.64790.35010.1765
Hunter Lab21.559038.5998-19.1968
CIE-Lab25.707149.9567-25.2107

#710a64 color RGB value is (113,10,100).

#710a64 hex color red value is 113, green value is 10 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #710a64 hue: 0.85 , saturation: 0.84 and the lightness value of 710a64 is 0.24.

The process color (four color CMYK) of #710a64 color hex is 0.00, 0.91, 0.12, 0.56. Web safe color of #710a64 is #660066. Color #710a64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001010 01100100
Octal 161 12 144
Decimal 113 10 100
Hex 71 A 64

RGB Percentages of Color #710a64

%50.67
%4.48
%44.84

CMYK Percentages of Color #710a64

%0
%91
%12
%56

Triadic Colors of #710a64

#710a64 #64710a #0a6471

Analogous Colors of #710a64

#710a64 #710a30 #4b0a71

Monochromatic Colors of #710a64

#710a64

Complementary Color

#710a64 #0a7117

#710a64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710a64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710a64 Color CSS Codes

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

#710a64 Text Font Color

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

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


#710a64 Background Color

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

This div background color is #710a64


#710a64 Border Color

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

This div border color is #710a64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,10,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #710a64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #710a64;
  -webkit-box-shadow: 1px 1px 3px 2px #710a64;
  box-shadow:         1px 1px 3px 2px #710a64; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710a64


Comments

No comments written yet.

Please login to write comment.