Color Hex Logo

#97698d Color Hex

#97698D
(151,105,141)
0 Favorites   0 Comments

Color spaces of #97698d

RGB 151105141
HSL0.870.180.50
HSV313°30°59°
CMYK 0.000.300.07   0.41
XYZ22.621818.605527.5982
Yxy18.60550.32870.2703
Hunter Lab43.134118.1302-7.7413
CIE-Lab50.222424.4190-12.3952

#97698d color RGB value is (151,105,141).

#97698d hex color red value is 151, green value is 105 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #97698d hue: 0.87 , saturation: 0.18 and the lightness value of 97698d is 0.50.

The process color (four color CMYK) of #97698d color hex is 0.00, 0.30, 0.07, 0.41. Web safe color of #97698d is #996699. Color #97698d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101001 10001101
Octal 227 151 215
Decimal 151 105 141
Hex 97 69 8D

RGB Percentages of Color #97698d

%38.04
%26.45
%35.52

CMYK Percentages of Color #97698d

%0
%30
%7
%41

Triadic Colors of #97698d

#97698d #8d9769 #698d97

Analogous Colors of #97698d

#97698d #976976 #8a6997

Monochromatic Colors of #97698d

#97698d

Complementary Color

#97698d #699773

#97698d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97698d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97698d Color CSS Codes

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

#97698d Text Font Color

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

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


#97698d Background Color

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

This div background color is #97698d


#97698d Border Color

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

This div border color is #97698d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97698d


Comments

No comments written yet.

Please login to write comment.