Color Hex Logo

#71097b Color Hex

#71097B
(113,9,123)
0 Favorites   0 Comments

Color spaces of #71097b

RGB 1139123
HSL0.820.860.26
HSV295°93°48°
CMYK 0.080.930.00   0.52
XYZ10.48295.136119.1778
Yxy5.13610.30130.1476
Hunter Lab22.663042.9061-34.3082
CIE-Lab27.119053.9247-37.7664

#71097b color RGB value is (113,9,123).

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

The process color (four color CMYK) of #71097b color hex is 0.08, 0.93, 0.00, 0.52. Web safe color of #71097b is #660066. Color #71097b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 01111011
Octal 161 11 173
Decimal 113 9 123
Hex 71 9 7B

RGB Percentages of Color #71097b

%46.12
%3.67
%50.20

CMYK Percentages of Color #71097b

%8
%93
%0
%52

Triadic Colors of #71097b

#71097b #7b7109 #097b71

Analogous Colors of #71097b

#71097b #7b094c #38097b

Monochromatic Colors of #71097b

#71097b

Complementary Color

#71097b #137b09

#71097b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71097b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71097b Color CSS Codes

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

#71097b Text Font Color

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

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


#71097b Background Color

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

This div background color is #71097b


#71097b Border Color

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

This div border color is #71097b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71097b


Comments

No comments written yet.

Please login to write comment.