Color Hex Logo

#970f4f Color Hex

#970F4F
(151,15,79)
0 Favorites   0 Comments

Color spaces of #970f4f

RGB 1511579
HSL0.920.820.33
HSV332°90°59°
CMYK 0.000.900.48   0.41
XYZ14.34467.48558.0859
Yxy7.48550.47950.2502
Hunter Lab27.359645.70781.6291
CIE-Lab32.887555.48510.2231

#970f4f color RGB value is (151,15,79).

#970f4f hex color red value is 151, green value is 15 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #970f4f hue: 0.92 , saturation: 0.82 and the lightness value of 970f4f is 0.33.

The process color (four color CMYK) of #970f4f color hex is 0.00, 0.90, 0.48, 0.41. Web safe color of #970f4f is #990066. Color #970f4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001111 01001111
Octal 227 17 117
Decimal 151 15 79
Hex 97 F 4F

RGB Percentages of Color #970f4f

%61.63
%6.12
%32.24

CMYK Percentages of Color #970f4f

%0
%90
%48
%41

Triadic Colors of #970f4f

#970f4f #4f970f #0f4f97

Analogous Colors of #970f4f

#970f4f #97130f #970f93

Monochromatic Colors of #970f4f

#970f4f

Complementary Color

#970f4f #0f9757

#970f4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970f4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#970f4f Color CSS Codes

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

#970f4f Text Font Color

<p style="color:#970f4f">Text here</p>

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


#970f4f Background Color

<div style="background-color:#970f4f">
Div content here</div>

This div background color is #970f4f


#970f4f Border Color

<div style="border:3px solid #970f4f">
Div here</div>

This div border color is #970f4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970f4f


Comments

No comments written yet.

Please login to write comment.