Color Hex Logo

#97139e Color Hex

#97139E
(151,19,158)
0 Favorites   0 Comments

Color spaces of #97139e

RGB 15119158
HSL0.820.790.35
HSV297°88°62°
CMYK 0.040.880.00   0.38
XYZ19.16699.513733.1739
Yxy9.51370.30990.1538
Hunter Lab30.844356.9439-42.1771
CIE-Lab36.955164.9524-43.2765

#97139e color RGB value is (151,19,158).

#97139e hex color red value is 151, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #97139e hue: 0.82 , saturation: 0.79 and the lightness value of 97139e is 0.35.

The process color (four color CMYK) of #97139e color hex is 0.04, 0.88, 0.00, 0.38. Web safe color of #97139e is #990099. Color #97139e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010011 10011110
Octal 227 23 236
Decimal 151 19 158
Hex 97 13 9E

RGB Percentages of Color #97139e

%46.04
%5.79
%48.17

CMYK Percentages of Color #97139e

%4
%88
%0
%38

Triadic Colors of #97139e

#97139e #9e9713 #139e97

Analogous Colors of #97139e

#97139e #9e1360 #52139e

Monochromatic Colors of #97139e

#97139e

Complementary Color

#97139e #1a9e13

#97139e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97139e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97139e Color CSS Codes

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

#97139e Text Font Color

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

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


#97139e Background Color

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

This div background color is #97139e


#97139e Border Color

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

This div border color is #97139e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,19,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97139e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97139e;
  -webkit-box-shadow: 1px 1px 3px 2px #97139e;
  box-shadow:         1px 1px 3px 2px #97139e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,19,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97139e


Comments

No comments written yet.

Please login to write comment.