Color Hex Logo

#97416c Color Hex

#97416C
(151,65,108)
1 Favorites   0 Comments

Color spaces of #97416c

RGB 15165108
HSL0.920.400.42
HSV330°57°59°
CMYK 0.000.570.28   0.41
XYZ17.359611.442615.4811
Yxy11.44260.39200.2584
Hunter Lab33.826932.4071-3.4556
CIE-Lab40.316140.9435-7.2896

#97416c color RGB value is (151,65,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000001 01101100
Octal 227 101 154
Decimal 151 65 108
Hex 97 41 6C

RGB Percentages of Color #97416c

%46.60
%20.06
%33.33

CMYK Percentages of Color #97416c

%0
%57
%28
%41

Triadic Colors of #97416c

#97416c #6c9741 #416c97

Analogous Colors of #97416c

#97416c #974141 #974197

Monochromatic Colors of #97416c

#97416c

Complementary Color

#97416c #41976c

#97416c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97416c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97416c Color CSS Codes

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

#97416c Text Font Color

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

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


#97416c Background Color

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

This div background color is #97416c


#97416c Border Color

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

This div border color is #97416c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97416c

#97416c Color Palettes


Comments

No comments written yet.

Please login to write comment.