Color Hex Logo

#973079 Color Hex

#973079
(151,48,121)
0 Favorites   0 Comments

Color spaces of #973079

RGB 15148121
HSL0.880.520.39
HSV317°68°59°
CMYK 0.000.680.20   0.41
XYZ17.270610.073719.1233
Yxy10.07370.37170.2168
Hunter Lab31.739141.5861-13.5058
CIE-Lab37.974450.5517-18.9440

#973079 color RGB value is (151,48,121).

#973079 hex color red value is 151, green value is 48 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #973079 hue: 0.88 , saturation: 0.52 and the lightness value of 973079 is 0.39.

The process color (four color CMYK) of #973079 color hex is 0.00, 0.68, 0.20, 0.41. Web safe color of #973079 is #993366. Color #973079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110000 01111001
Octal 227 60 171
Decimal 151 48 121
Hex 97 30 79

RGB Percentages of Color #973079

%47.19
%15.00
%37.81

CMYK Percentages of Color #973079

%0
%68
%20
%41

Triadic Colors of #973079

#973079 #799730 #307997

Analogous Colors of #973079

#973079 #973045 #823097

Monochromatic Colors of #973079

#973079

Complementary Color

#973079 #30974e

#973079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#973079 Color CSS Codes

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

#973079 Text Font Color

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

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


#973079 Background Color

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

This div background color is #973079


#973079 Border Color

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

This div border color is #973079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973079


Comments

No comments written yet.

Please login to write comment.