Color Hex Logo

#97139c Color Hex

#97139C
(151,19,156)
0 Favorites   0 Comments

Color spaces of #97139c

RGB 15119156
HSL0.830.780.34
HSV298°88°61°
CMYK 0.030.880.00   0.39
XYZ18.99619.445432.2744
Yxy9.44540.31290.1556
Hunter Lab30.733456.5463-40.7496
CIE-Lab36.828164.6264-42.2680

#97139c color RGB value is (151,19,156).

#97139c hex color red value is 151, green value is 19 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #97139c hue: 0.83 , saturation: 0.78 and the lightness value of 97139c is 0.34.

The process color (four color CMYK) of #97139c color hex is 0.03, 0.88, 0.00, 0.39. Web safe color of #97139c is #990099. Color #97139c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010011 10011100
Octal 227 23 234
Decimal 151 19 156
Hex 97 13 9C

RGB Percentages of Color #97139c

%46.32
%5.83
%47.85

CMYK Percentages of Color #97139c

%3
%88
%0
%39

Triadic Colors of #97139c

#97139c #9c9713 #139c97

Analogous Colors of #97139c

#97139c #9c135d #52139c

Monochromatic Colors of #97139c

#97139c

Complementary Color

#97139c #189c13

#97139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97139c Color CSS Codes

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

#97139c Text Font Color

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

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


#97139c Background Color

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

This div background color is #97139c


#97139c Border Color

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

This div border color is #97139c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97139c


Comments

No comments written yet.

Please login to write comment.