Color Hex Logo

#97386f Color Hex

#97386F
(151,56,111)
0 Favorites   0 Comments

Color spaces of #97386f

RGB 15156111
HSL0.900.460.41
HSV325°63°59°
CMYK 0.000.630.26   0.41
XYZ17.045910.555416.1779
Yxy10.55540.38940.2411
Hunter Lab32.489136.7969-6.7810
CIE-Lab38.821345.6675-11.4101

#97386f color RGB value is (151,56,111).

#97386f hex color red value is 151, green value is 56 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #97386f hue: 0.90 , saturation: 0.46 and the lightness value of 97386f is 0.41.

The process color (four color CMYK) of #97386f color hex is 0.00, 0.63, 0.26, 0.41. Web safe color of #97386f is #993366. Color #97386f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111000 01101111
Octal 227 70 157
Decimal 151 56 111
Hex 97 38 6F

RGB Percentages of Color #97386f

%47.48
%17.61
%34.91

CMYK Percentages of Color #97386f

%0
%63
%26
%41

Triadic Colors of #97386f

#97386f #6f9738 #386f97

Analogous Colors of #97386f

#97386f #97383f #903897

Monochromatic Colors of #97386f

#97386f

Complementary Color

#97386f #389760

#97386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97386f Color CSS Codes

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

#97386f Text Font Color

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

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


#97386f Background Color

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

This div background color is #97386f


#97386f Border Color

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

This div border color is #97386f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97386f


Comments

No comments written yet.

Please login to write comment.