Color Hex Logo

#97567b Color Hex

#97567B
(151,86,123)
0 Favorites   0 Comments

Color spaces of #97567b

RGB 15186123
HSL0.910.270.46
HSV326°43°59°
CMYK 0.000.430.19   0.41
XYZ19.665414.664920.5330
Yxy14.66490.35840.2673
Hunter Lab38.294824.6487-4.9839
CIE-Lab45.171832.0559-9.2219

#97567b color RGB value is (151,86,123).

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

The process color (four color CMYK) of #97567b color hex is 0.00, 0.43, 0.19, 0.41. Web safe color of #97567b is #996666. Color #97567b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010110 01111011
Octal 227 126 173
Decimal 151 86 123
Hex 97 56 7B

RGB Percentages of Color #97567b

%41.94
%23.89
%34.17

CMYK Percentages of Color #97567b

%0
%43
%19
%41

Triadic Colors of #97567b

#97567b #7b9756 #567b97

Analogous Colors of #97567b

#97567b #97565a #935697

Monochromatic Colors of #97567b

#97567b

Complementary Color

#97567b #569772

#97567b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97567b Color Preview on White Background

Lorem ipsum dolor sit amet.

#97567b Color CSS Codes

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

#97567b Text Font Color

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

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


#97567b Background Color

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

This div background color is #97567b


#97567b Border Color

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

This div border color is #97567b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,86,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 #97567b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97567b


Comments

No comments written yet.

Please login to write comment.