Color Hex Logo

#97467f Color Hex

#97467F
(151,70,127)
0 Favorites   0 Comments

Color spaces of #97467f

RGB 15170127
HSL0.880.370.43
HSV318°54°59°
CMYK 0.000.540.16   0.41
XYZ18.783412.491921.4999
Yxy12.49190.35590.2367
Hunter Lab35.343933.0115-11.3258
CIE-Lab41.987541.2924-16.4848

#97467f color RGB value is (151,70,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000110 01111111
Octal 227 106 177
Decimal 151 70 127
Hex 97 46 7F

RGB Percentages of Color #97467f

%43.39
%20.11
%36.49

CMYK Percentages of Color #97467f

%0
%54
%16
%41

Triadic Colors of #97467f

#97467f #7f9746 #467f97

Analogous Colors of #97467f

#97467f #974657 #874697

Monochromatic Colors of #97467f

#97467f

Complementary Color

#97467f #46975e

#97467f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97467f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97467f Color CSS Codes

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

#97467f Text Font Color

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

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


#97467f Background Color

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

This div background color is #97467f


#97467f Border Color

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

This div border color is #97467f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97467f


Comments

No comments written yet.

Please login to write comment.