Color Hex Logo

#970473 Color Hex

#970473
(151,4,115)
0 Favorites   0 Comments

Color spaces of #970473

RGB 1514115
HSL0.870.950.30
HSV315°97°59°
CMYK 0.000.970.24   0.41
XYZ15.90047.903916.9072
Yxy7.90390.39060.1941
Hunter Lab28.113951.7552-15.9763
CIE-Lab33.781960.9258-21.6671

#970473 color RGB value is (151,4,115).

#970473 hex color red value is 151, green value is 4 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #970473 hue: 0.87 , saturation: 0.95 and the lightness value of 970473 is 0.30.

The process color (four color CMYK) of #970473 color hex is 0.00, 0.97, 0.24, 0.41. Web safe color of #970473 is #990066. Color #970473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000100 01110011
Octal 227 4 163
Decimal 151 4 115
Hex 97 4 73

RGB Percentages of Color #970473

%55.93
%1.48
%42.59

CMYK Percentages of Color #970473

%0
%97
%24
%41

Triadic Colors of #970473

#970473 #739704 #047397

Analogous Colors of #970473

#970473 #97042a #720497

Monochromatic Colors of #970473

#970473

Complementary Color

#970473 #049728

#970473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970473 Color CSS Codes

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

#970473 Text Font Color

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

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


#970473 Background Color

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

This div background color is #970473


#970473 Border Color

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

This div border color is #970473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970473


Comments

No comments written yet.

Please login to write comment.