Color Hex Logo

#97178e Color Hex

#97178E
(151,23,142)
0 Favorites   0 Comments

Color spaces of #97178e

RGB 15123142
HSL0.850.740.34
HSV304°85°59°
CMYK 0.000.850.06   0.41
XYZ17.95149.145126.4102
Yxy9.14510.33550.1709
Hunter Lab30.240953.0386-30.6110
CIE-Lab36.262261.6052-34.6217

#97178e color RGB value is (151,23,142).

#97178e hex color red value is 151, green value is 23 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #97178e hue: 0.85 , saturation: 0.74 and the lightness value of 97178e is 0.34.

The process color (four color CMYK) of #97178e color hex is 0.00, 0.85, 0.06, 0.41. Web safe color of #97178e is #990099. Color #97178e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010111 10001110
Octal 227 27 216
Decimal 151 23 142
Hex 97 17 8E

RGB Percentages of Color #97178e

%47.78
%7.28
%44.94

CMYK Percentages of Color #97178e

%0
%85
%6
%41

Triadic Colors of #97178e

#97178e #8e9717 #178e97

Analogous Colors of #97178e

#97178e #97174e #601797

Monochromatic Colors of #97178e

#97178e

Complementary Color

#97178e #179720

#97178e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97178e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97178e Color CSS Codes

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

#97178e Text Font Color

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

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


#97178e Background Color

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

This div background color is #97178e


#97178e Border Color

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

This div border color is #97178e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97178e


Comments

No comments written yet.

Please login to write comment.