Color Hex Logo

#97315b Color Hex

#97315B
(151,49,91)
0 Favorites   0 Comments

Color spaces of #97315b

RGB 1514991
HSL0.930.510.39
HSV335°68°59°
CMYK 0.000.680.40   0.41
XYZ15.74919.531310.9072
Yxy9.53130.43520.2634
Hunter Lab30.872837.03050.6641
CIE-Lab36.987746.2311-1.5273

#97315b color RGB value is (151,49,91).

#97315b hex color red value is 151, green value is 49 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #97315b hue: 0.93 , saturation: 0.51 and the lightness value of 97315b is 0.39.

The process color (four color CMYK) of #97315b color hex is 0.00, 0.68, 0.40, 0.41. Web safe color of #97315b is #993366. Color #97315b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110001 01011011
Octal 227 61 133
Decimal 151 49 91
Hex 97 31 5B

RGB Percentages of Color #97315b

%51.89
%16.84
%31.27

CMYK Percentages of Color #97315b

%0
%68
%40
%41

Triadic Colors of #97315b

#97315b #5b9731 #315b97

Analogous Colors of #97315b

#97315b #973a31 #97318e

Monochromatic Colors of #97315b

#97315b

Complementary Color

#97315b #31976d

#97315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#97315b Color CSS Codes

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

#97315b Text Font Color

<p style="color:#97315b">Text here</p>

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


#97315b Background Color

<div style="background-color:#97315b">
Div content here</div>

This div background color is #97315b


#97315b Border Color

<div style="border:3px solid #97315b">
Div here</div>

This div border color is #97315b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,49,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97315b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97315b;
  -webkit-box-shadow: 1px 1px 3px 2px #97315b;
  box-shadow:         1px 1px 3px 2px #97315b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97315b


Comments

No comments written yet.

Please login to write comment.