Color Hex Logo

#97138a Color Hex

#97138A
(151,19,138)
0 Favorites   0 Comments

Color spaces of #97138a

RGB 15119138
HSL0.850.780.33
HSV306°87°59°
CMYK 0.000.870.09   0.41
XYZ17.58288.880024.8321
Yxy8.88000.34280.1731
Hunter Lab29.799353.1733-28.5475
CIE-Lab35.752261.8262-32.9654

#97138a color RGB value is (151,19,138).

#97138a hex color red value is 151, green value is 19 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #97138a hue: 0.85 , saturation: 0.78 and the lightness value of 97138a is 0.33.

The process color (four color CMYK) of #97138a color hex is 0.00, 0.87, 0.09, 0.41. Web safe color of #97138a is #990099. Color #97138a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010011 10001010
Octal 227 23 212
Decimal 151 19 138
Hex 97 13 8A

RGB Percentages of Color #97138a

%49.03
%6.17
%44.81

CMYK Percentages of Color #97138a

%0
%87
%9
%41

Triadic Colors of #97138a

#97138a #8a9713 #138a97

Analogous Colors of #97138a

#97138a #971348 #621397

Monochromatic Colors of #97138a

#97138a

Complementary Color

#97138a #139720

#97138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97138a Color CSS Codes

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

#97138a Text Font Color

<p style="color:#97138a">Text here</p>

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


#97138a Background Color

<div style="background-color:#97138a">
Div content here</div>

This div background color is #97138a


#97138a Border Color

<div style="border:3px solid #97138a">
Div here</div>

This div border color is #97138a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97138a


Comments

No comments written yet.

Please login to write comment.