Color Hex Logo

#973579 Color Hex

#973579
(151,53,121)
0 Favorites   0 Comments

Color spaces of #973579

RGB 15153121
HSL0.880.480.40
HSV318°65°59°
CMYK 0.000.650.20   0.41
XYZ17.486810.506019.1954
Yxy10.50600.37060.2226
Hunter Lab32.413039.5781-12.4233
CIE-Lab38.735748.4471-17.7721

#973579 color RGB value is (151,53,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110101 01111001
Octal 227 65 171
Decimal 151 53 121
Hex 97 35 79

RGB Percentages of Color #973579

%46.46
%16.31
%37.23

CMYK Percentages of Color #973579

%0
%65
%20
%41

Triadic Colors of #973579

#973579 #799735 #357997

Analogous Colors of #973579

#973579 #973548 #843597

Monochromatic Colors of #973579

#973579

Complementary Color

#973579 #359753

#973579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#973579 Color CSS Codes

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

#973579 Text Font Color

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

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


#973579 Background Color

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

This div background color is #973579


#973579 Border Color

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

This div border color is #973579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973579


Comments

No comments written yet.

Please login to write comment.