Color Hex Logo

#71097e Color Hex

#71097E
(113,9,126)
0 Favorites   0 Comments

Color spaces of #71097e

RGB 1139126
HSL0.810.870.26
HSV293°93°49°
CMYK 0.100.930.00   0.51
XYZ10.67365.212420.1822
Yxy5.21240.29590.1445
Hunter Lab22.830743.4971-36.4306
CIE-Lab27.331554.4541-39.3241

#71097e color RGB value is (113,9,126).

#71097e hex color red value is 113, green value is 9 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #71097e hue: 0.81 , saturation: 0.87 and the lightness value of 71097e is 0.26.

The process color (four color CMYK) of #71097e color hex is 0.10, 0.93, 0.00, 0.51. Web safe color of #71097e is #660066. Color #71097e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 01111110
Octal 161 11 176
Decimal 113 9 126
Hex 71 9 7E

RGB Percentages of Color #71097e

%45.56
%3.63
%50.81

CMYK Percentages of Color #71097e

%10
%93
%0
%51

Triadic Colors of #71097e

#71097e #7e7109 #097e71

Analogous Colors of #71097e

#71097e #7e0950 #36097e

Monochromatic Colors of #71097e

#71097e

Complementary Color

#71097e #167e09

#71097e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71097e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71097e Color CSS Codes

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

#71097e Text Font Color

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

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


#71097e Background Color

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

This div background color is #71097e


#71097e Border Color

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

This div border color is #71097e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71097e


Comments

No comments written yet.

Please login to write comment.