Color Hex Logo

#97517a Color Hex

#97517A
(151,81,122)
0 Favorites   0 Comments

Color spaces of #97517a

RGB 15181122
HSL0.900.300.45
HSV325°46°59°
CMYK 0.000.460.19   0.41
XYZ19.217813.869320.0765
Yxy13.86930.36150.2609
Hunter Lab37.241526.9390-5.8935
CIE-Lab44.044934.6522-10.3085

#97517a color RGB value is (151,81,122).

#97517a hex color red value is 151, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #97517a hue: 0.90 , saturation: 0.30 and the lightness value of 97517a is 0.45.

The process color (four color CMYK) of #97517a color hex is 0.00, 0.46, 0.19, 0.41. Web safe color of #97517a is #996666. Color #97517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010001 01111010
Octal 227 121 172
Decimal 151 81 122
Hex 97 51 7A

RGB Percentages of Color #97517a

%42.66
%22.88
%34.46

CMYK Percentages of Color #97517a

%0
%46
%19
%41

Triadic Colors of #97517a

#97517a #7a9751 #517a97

Analogous Colors of #97517a

#97517a #975157 #915197

Monochromatic Colors of #97517a

#97517a

Complementary Color

#97517a #51976e

#97517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97517a Color CSS Codes

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

#97517a Text Font Color

<p style="color:#97517a">Text here</p>

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


#97517a Background Color

<div style="background-color:#97517a">
Div content here</div>

This div background color is #97517a


#97517a Border Color

<div style="border:3px solid #97517a">
Div here</div>

This div border color is #97517a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,81,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97517a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97517a;
  -webkit-box-shadow: 1px 1px 3px 2px #97517a;
  box-shadow:         1px 1px 3px 2px #97517a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97517a


Comments

No comments written yet.

Please login to write comment.