Color Hex Logo

#97387b Color Hex

#97387B
(151,56,123)
0 Favorites   0 Comments

Color spaces of #97387b

RGB 15156123
HSL0.880.460.41
HSV318°63°59°
CMYK 0.000.630.19   0.41
XYZ17.751810.837719.8952
Yxy10.83770.36610.2235
Hunter Lab32.920738.6413-12.7867
CIE-Lab39.305847.4191-18.1357

#97387b color RGB value is (151,56,123).

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

The process color (four color CMYK) of #97387b color hex is 0.00, 0.63, 0.19, 0.41. Web safe color of #97387b is #993366. Color #97387b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111000 01111011
Octal 227 70 173
Decimal 151 56 123
Hex 97 38 7B

RGB Percentages of Color #97387b

%45.76
%16.97
%37.27

CMYK Percentages of Color #97387b

%0
%63
%19
%41

Triadic Colors of #97387b

#97387b #7b9738 #387b97

Analogous Colors of #97387b

#97387b #97384b #843897

Monochromatic Colors of #97387b

#97387b

Complementary Color

#97387b #389754

#97387b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97387b Color Preview on White Background

Lorem ipsum dolor sit amet.

#97387b Color CSS Codes

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

#97387b Text Font Color

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

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


#97387b Background Color

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

This div background color is #97387b


#97387b Border Color

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

This div border color is #97387b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97387b


Comments

No comments written yet.

Please login to write comment.