Color Hex Logo

#71097f Color Hex

#71097F
(113,9,127)
0 Favorites   0 Comments

Color spaces of #71097f

RGB 1139127
HSL0.810.870.27
HSV293°93°50°
CMYK 0.110.930.00   0.50
XYZ10.73855.238420.5238
Yxy5.23840.29420.1435
Hunter Lab22.887643.6963-37.1454
CIE-Lab27.403454.6320-39.8398

#71097f color RGB value is (113,9,127).

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

The process color (four color CMYK) of #71097f color hex is 0.11, 0.93, 0.00, 0.50. Web safe color of #71097f is #660066. Color #71097f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 01111111
Octal 161 11 177
Decimal 113 9 127
Hex 71 9 7F

RGB Percentages of Color #71097f

%45.38
%3.61
%51.00

CMYK Percentages of Color #71097f

%11
%93
%0
%50

Triadic Colors of #71097f

#71097f #7f7109 #097f71

Analogous Colors of #71097f

#71097f #7f0952 #36097f

Monochromatic Colors of #71097f

#71097f

Complementary Color

#71097f #177f09

#71097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71097f Color CSS Codes

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

#71097f Text Font Color

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

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


#71097f Background Color

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

This div background color is #71097f


#71097f Border Color

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

This div border color is #71097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71097f


Comments

No comments written yet.

Please login to write comment.