Color Hex Logo

#97004f Color Hex

#97004F
(151,0,79)
0 Favorites   0 Comments

Color spaces of #97004f

RGB 151079
HSL0.911.000.30
HSV329°100°59°
CMYK 0.001.000.48   0.41
XYZ14.17387.14388.0290
Yxy7.14380.48300.2434
Hunter Lab26.727947.88480.8989
CIE-Lab32.132157.6808-0.8819

#97004f color RGB value is (151,0,79).

#97004f hex color red value is 151, green value is 0 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #97004f hue: 0.91 , saturation: 1.00 and the lightness value of 97004f is 0.30.

The process color (four color CMYK) of #97004f color hex is 0.00, 1.00, 0.48, 0.41. Web safe color of #97004f is #990066. Color #97004f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000000 01001111
Octal 227 0 117
Decimal 151 0 79
Hex 97 0 4F

RGB Percentages of Color #97004f

%65.65
%0.00
%34.35

CMYK Percentages of Color #97004f

%0
%100
%48
%41

Triadic Colors of #97004f

#97004f #4f9700 #004f97

Analogous Colors of #97004f

#97004f #970004 #940097

Monochromatic Colors of #97004f

#97004f

Complementary Color

#97004f #009748

#97004f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97004f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97004f Color CSS Codes

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

#97004f Text Font Color

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

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


#97004f Background Color

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

This div background color is #97004f


#97004f Border Color

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

This div border color is #97004f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97004f


Comments

No comments written yet.

Please login to write comment.