Color Hex Logo

#97839f Color Hex

#97839F
(151,131,159)
0 Favorites   0 Comments

Color spaces of #97839f

RGB 151131159
HSL0.790.130.57
HSV283°18°62°
CMYK 0.050.180.00   0.38
XYZ27.136825.315136.2569
Yxy25.31510.30590.2854
Hunter Lab50.31418.2239-7.5051
CIE-Lab57.381212.9400-12.1053

#97839f color RGB value is (151,131,159).

#97839f hex color red value is 151, green value is 131 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #97839f hue: 0.79 , saturation: 0.13 and the lightness value of 97839f is 0.57.

The process color (four color CMYK) of #97839f color hex is 0.05, 0.18, 0.00, 0.38. Web safe color of #97839f is #999999. Color #97839f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000011 10011111
Octal 227 203 237
Decimal 151 131 159
Hex 97 83 9F

RGB Percentages of Color #97839f

%34.24
%29.71
%36.05

CMYK Percentages of Color #97839f

%5
%18
%0
%38

Triadic Colors of #97839f

#97839f #9f9783 #839f97

Analogous Colors of #97839f

#97839f #9f8399 #89839f

Monochromatic Colors of #97839f

#97839f

Complementary Color

#97839f #8b9f83

#97839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97839f Color CSS Codes

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

#97839f Text Font Color

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

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


#97839f Background Color

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

This div background color is #97839f


#97839f Border Color

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

This div border color is #97839f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97839f


Comments

No comments written yet.

Please login to write comment.