Color Hex Logo

#97467e Color Hex

#97467E
(151,70,126)
0 Favorites   0 Comments

Color spaces of #97467e

RGB 15170126
HSL0.880.370.43
HSV319°54°59°
CMYK 0.000.540.17   0.41
XYZ18.718612.466021.1583
Yxy12.46600.35760.2382
Hunter Lab35.307232.8465-10.8152
CIE-Lab41.947441.1300-15.9339

#97467e color RGB value is (151,70,126).

#97467e hex color red value is 151, green value is 70 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #97467e hue: 0.88 , saturation: 0.37 and the lightness value of 97467e is 0.43.

The process color (four color CMYK) of #97467e color hex is 0.00, 0.54, 0.17, 0.41. Web safe color of #97467e is #993366. Color #97467e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000110 01111110
Octal 227 106 176
Decimal 151 70 126
Hex 97 46 7E

RGB Percentages of Color #97467e

%43.52
%20.17
%36.31

CMYK Percentages of Color #97467e

%0
%54
%17
%41

Triadic Colors of #97467e

#97467e #7e9746 #467e97

Analogous Colors of #97467e

#97467e #974656 #884697

Monochromatic Colors of #97467e

#97467e

Complementary Color

#97467e #46975f

#97467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97467e Color CSS Codes

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

#97467e Text Font Color

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

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


#97467e Background Color

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

This div background color is #97467e


#97467e Border Color

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

This div border color is #97467e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97467e


Comments

No comments written yet.

Please login to write comment.