Color Hex Logo

#973179 Color Hex

#973179
(151,49,121)
0 Favorites   0 Comments

Color spaces of #973179

RGB 15149121
HSL0.880.510.39
HSV318°68°59°
CMYK 0.000.680.20   0.41
XYZ17.312010.156419.1371
Yxy10.15640.37150.2179
Hunter Lab31.869141.1942-13.2947
CIE-Lab38.121750.1429-18.7170

#973179 color RGB value is (151,49,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110001 01111001
Octal 227 61 171
Decimal 151 49 121
Hex 97 31 79

RGB Percentages of Color #973179

%47.04
%15.26
%37.69

CMYK Percentages of Color #973179

%0
%68
%20
%41

Triadic Colors of #973179

#973179 #799731 #317997

Analogous Colors of #973179

#973179 #973146 #823197

Monochromatic Colors of #973179

#973179

Complementary Color

#973179 #31974f

#973179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#973179 Color CSS Codes

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

#973179 Text Font Color

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

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


#973179 Background Color

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

This div background color is #973179


#973179 Border Color

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

This div border color is #973179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973179


Comments

No comments written yet.

Please login to write comment.