Color Hex Logo

#97416e Color Hex

#97416E
(151,65,110)
0 Favorites   0 Comments

Color spaces of #97416e

RGB 15165110
HSL0.910.400.42
HSV329°57°59°
CMYK 0.000.570.27   0.41
XYZ17.467311.485716.0482
Yxy11.48570.38820.2552
Hunter Lab33.890632.6910-4.3522
CIE-Lab40.386841.2246-8.4272

#97416e color RGB value is (151,65,110).

#97416e hex color red value is 151, green value is 65 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #97416e hue: 0.91 , saturation: 0.40 and the lightness value of 97416e is 0.42.

The process color (four color CMYK) of #97416e color hex is 0.00, 0.57, 0.27, 0.41. Web safe color of #97416e is #993366. Color #97416e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000001 01101110
Octal 227 101 156
Decimal 151 65 110
Hex 97 41 6E

RGB Percentages of Color #97416e

%46.32
%19.94
%33.74

CMYK Percentages of Color #97416e

%0
%57
%27
%41

Triadic Colors of #97416e

#97416e #6e9741 #416e97

Analogous Colors of #97416e

#97416e #974143 #954197

Monochromatic Colors of #97416e

#97416e

Complementary Color

#97416e #41976a

#97416e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97416e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97416e Color CSS Codes

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

#97416e Text Font Color

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

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


#97416e Background Color

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

This div background color is #97416e


#97416e Border Color

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

This div border color is #97416e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97416e


Comments

No comments written yet.

Please login to write comment.