Color Hex Logo

#710379 Color Hex

#710379
(113,3,121)
0 Favorites   0 Comments

Color spaces of #710379

RGB 1133121
HSL0.820.950.24
HSV296°98°47°
CMYK 0.070.980.00   0.53
XYZ10.29384.956318.5033
Yxy4.95630.30500.1468
Hunter Lab22.262743.5746-33.6939
CIE-Lab26.609954.6687-37.3142

#710379 color RGB value is (113,3,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000011 01111001
Octal 161 3 171
Decimal 113 3 121
Hex 71 3 79

RGB Percentages of Color #710379

%47.68
%1.27
%51.05

CMYK Percentages of Color #710379

%7
%98
%0
%53

Triadic Colors of #710379

#710379 #797103 #037971

Analogous Colors of #710379

#710379 #790346 #360379

Monochromatic Colors of #710379

#710379

Complementary Color

#710379 #0b7903

#710379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710379 Color CSS Codes

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

#710379 Text Font Color

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

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


#710379 Background Color

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

This div background color is #710379


#710379 Border Color

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

This div border color is #710379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710379


Comments

No comments written yet.

Please login to write comment.