Color Hex Logo

#97567e Color Hex

#97567E
(151,86,126)
0 Favorites   0 Comments

Color spaces of #97567e

RGB 15186126
HSL0.900.270.46
HSV323°43°59°
CMYK 0.000.430.17   0.41
XYZ19.856214.741221.5375
Yxy14.74120.35370.2626
Hunter Lab38.394325.1241-6.3831
CIE-Lab45.277732.5528-10.8799

#97567e color RGB value is (151,86,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010110 01111110
Octal 227 126 176
Decimal 151 86 126
Hex 97 56 7E

RGB Percentages of Color #97567e

%41.60
%23.69
%34.71

CMYK Percentages of Color #97567e

%0
%43
%17
%41

Triadic Colors of #97567e

#97567e #7e9756 #567e97

Analogous Colors of #97567e

#97567e #97565d #905697

Monochromatic Colors of #97567e

#97567e

Complementary Color

#97567e #56976f

#97567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97567e Color CSS Codes

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

#97567e Text Font Color

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

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


#97567e Background Color

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

This div background color is #97567e


#97567e Border Color

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

This div border color is #97567e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97567e


Comments

No comments written yet.

Please login to write comment.