Color Hex Logo

#97375d Color Hex

#97375D
(151,55,93)
0 Favorites   0 Comments

Color spaces of #97375d

RGB 1515593
HSL0.930.470.40
HSV336°64°59°
CMYK 0.000.640.38   0.41
XYZ16.104510.102011.4570
Yxy10.10200.42760.2682
Hunter Lab31.783634.82300.8764
CIE-Lab38.024943.8111-1.2743

#97375d color RGB value is (151,55,93).

#97375d hex color red value is 151, green value is 55 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #97375d hue: 0.93 , saturation: 0.47 and the lightness value of 97375d is 0.40.

The process color (four color CMYK) of #97375d color hex is 0.00, 0.64, 0.38, 0.41. Web safe color of #97375d is #993366. Color #97375d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110111 01011101
Octal 227 67 135
Decimal 151 55 93
Hex 97 37 5D

RGB Percentages of Color #97375d

%50.50
%18.39
%31.10

CMYK Percentages of Color #97375d

%0
%64
%38
%41

Triadic Colors of #97375d

#97375d #5d9737 #375d97

Analogous Colors of #97375d

#97375d #974137 #97378d

Monochromatic Colors of #97375d

#97375d

Complementary Color

#97375d #379771

#97375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97375d Color CSS Codes

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

#97375d Text Font Color

<p style="color:#97375d">Text here</p>

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


#97375d Background Color

<div style="background-color:#97375d">
Div content here</div>

This div background color is #97375d


#97375d Border Color

<div style="border:3px solid #97375d">
Div here</div>

This div border color is #97375d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,55,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97375d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97375d;
  -webkit-box-shadow: 1px 1px 3px 2px #97375d;
  box-shadow:         1px 1px 3px 2px #97375d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97375d


Comments

No comments written yet.

Please login to write comment.