Color Hex Logo

#97678b Color Hex

#97678B
(151,103,139)
0 Favorites   0 Comments

Color spaces of #97678b

RGB 151103139
HSL0.880.190.50
HSV315°32°59°
CMYK 0.000.320.08   0.41
XYZ22.272918.143926.7543
Yxy18.14390.33160.2701
Hunter Lab42.595718.7937-7.4230
CIE-Lab49.670225.1981-12.0438

#97678b color RGB value is (151,103,139).

#97678b hex color red value is 151, green value is 103 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #97678b hue: 0.88 , saturation: 0.19 and the lightness value of 97678b is 0.50.

The process color (four color CMYK) of #97678b color hex is 0.00, 0.32, 0.08, 0.41. Web safe color of #97678b is #996699. Color #97678b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100111 10001011
Octal 227 147 213
Decimal 151 103 139
Hex 97 67 8B

RGB Percentages of Color #97678b

%38.42
%26.21
%35.37

CMYK Percentages of Color #97678b

%0
%32
%8
%41

Triadic Colors of #97678b

#97678b #8b9767 #678b97

Analogous Colors of #97678b

#97678b #976773 #8b6797

Monochromatic Colors of #97678b

#97678b

Complementary Color

#97678b #679773

#97678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#97678b Color CSS Codes

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

#97678b Text Font Color

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

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


#97678b Background Color

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

This div background color is #97678b


#97678b Border Color

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

This div border color is #97678b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97678b


Comments

No comments written yet.

Please login to write comment.