Color Hex Logo

#97758c Color Hex

#97758C
(151,117,140)
0 Favorites   0 Comments

Color spaces of #97758c

RGB 151117140
HSL0.890.140.53
HSV319°23°59°
CMYK 0.000.230.07   0.41
XYZ23.857421.195327.6446
Yxy21.19530.32820.2916
Hunter Lab46.038411.9328-3.3750
CIE-Lab53.162617.2878-7.3968

#97758c color RGB value is (151,117,140).

#97758c hex color red value is 151, green value is 117 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #97758c hue: 0.89 , saturation: 0.14 and the lightness value of 97758c is 0.53.

The process color (four color CMYK) of #97758c color hex is 0.00, 0.23, 0.07, 0.41. Web safe color of #97758c is #996699. Color #97758c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110101 10001100
Octal 227 165 214
Decimal 151 117 140
Hex 97 75 8C

RGB Percentages of Color #97758c

%37.01
%28.68
%34.31

CMYK Percentages of Color #97758c

%0
%23
%7
%41

Triadic Colors of #97758c

#97758c #8c9775 #758c97

Analogous Colors of #97758c

#97758c #97757b #917597

Monochromatic Colors of #97758c

#97758c

Complementary Color

#97758c #759780

#97758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97758c Color CSS Codes

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

#97758c Text Font Color

<p style="color:#97758c">Text here</p>

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


#97758c Background Color

<div style="background-color:#97758c">
Div content here</div>

This div background color is #97758c


#97758c Border Color

<div style="border:3px solid #97758c">
Div here</div>

This div border color is #97758c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,117,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97758c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97758c;
  -webkit-box-shadow: 1px 1px 3px 2px #97758c;
  box-shadow:         1px 1px 3px 2px #97758c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97758c


Comments

No comments written yet.

Please login to write comment.