Color Hex Logo

#97326e Color Hex

#97326E
(151,50,110)
0 Favorites   0 Comments

Color spaces of #97326e

RGB 15150110
HSL0.900.500.39
HSV324°67°59°
CMYK 0.000.670.27   0.41
XYZ16.71769.986315.7983
Yxy9.98630.39330.2350
Hunter Lab31.601139.1280-7.5200
CIE-Lab37.817848.1709-12.3052

#97326e color RGB value is (151,50,110).

#97326e hex color red value is 151, green value is 50 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #97326e hue: 0.90 , saturation: 0.50 and the lightness value of 97326e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110010 01101110
Octal 227 62 156
Decimal 151 50 110
Hex 97 32 6E

RGB Percentages of Color #97326e

%48.55
%16.08
%35.37

CMYK Percentages of Color #97326e

%0
%67
%27
%41

Triadic Colors of #97326e

#97326e #6e9732 #326e97

Analogous Colors of #97326e

#97326e #97323c #8e3297

Monochromatic Colors of #97326e

#97326e

Complementary Color

#97326e #32975b

#97326e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97326e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97326e Color CSS Codes

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

#97326e Text Font Color

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

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


#97326e Background Color

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

This div background color is #97326e


#97326e Border Color

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

This div border color is #97326e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,50,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 #97326e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97326e


Comments

No comments written yet.

Please login to write comment.