Color Hex Logo

#97407f Color Hex

#97407F
(151,64,127)
0 Favorites   0 Comments

Color spaces of #97407f

RGB 15164127
HSL0.880.400.42
HSV317°58°59°
CMYK 0.000.580.16   0.41
XYZ18.426711.778421.3809
Yxy11.77840.35720.2283
Hunter Lab34.319735.7797-12.9135
CIE-Lab40.861744.2894-18.2105

#97407f color RGB value is (151,64,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000000 01111111
Octal 227 100 177
Decimal 151 64 127
Hex 97 40 7F

RGB Percentages of Color #97407f

%44.15
%18.71
%37.13

CMYK Percentages of Color #97407f

%0
%58
%16
%41

Triadic Colors of #97407f

#97407f #7f9740 #407f97

Analogous Colors of #97407f

#97407f #974053 #844097

Monochromatic Colors of #97407f

#97407f

Complementary Color

#97407f #409758

#97407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97407f Color CSS Codes

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

#97407f Text Font Color

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

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


#97407f Background Color

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

This div background color is #97407f


#97407f Border Color

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

This div border color is #97407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97407f


Comments

No comments written yet.

Please login to write comment.