Color Hex Logo

#97139f Color Hex

#97139F
(151,19,159)
0 Favorites   0 Comments

Color spaces of #97139f

RGB 15119159
HSL0.820.790.35
HSV297°88°62°
CMYK 0.050.880.00   0.38
XYZ19.25349.548333.6291
Yxy9.54830.30840.1529
Hunter Lab30.900357.1444-42.8956
CIE-Lab37.019265.1164-43.7787

#97139f color RGB value is (151,19,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010011 10011111
Octal 227 23 237
Decimal 151 19 159
Hex 97 13 9F

RGB Percentages of Color #97139f

%45.90
%5.78
%48.33

CMYK Percentages of Color #97139f

%5
%88
%0
%38

Triadic Colors of #97139f

#97139f #9f9713 #139f97

Analogous Colors of #97139f

#97139f #9f1361 #51139f

Monochromatic Colors of #97139f

#97139f

Complementary Color

#97139f #1b9f13

#97139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97139f Color CSS Codes

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

#97139f Text Font Color

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

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


#97139f Background Color

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

This div background color is #97139f


#97139f Border Color

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

This div border color is #97139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97139f


Comments

No comments written yet.

Please login to write comment.