Color Hex Logo

#975773 Color Hex

#975773
(151,87,115)
0 Favorites   0 Comments

Color spaces of #975773

RGB 15187115
HSL0.930.270.47
HSV334°42°59°
CMYK 0.000.420.24   0.41
XYZ19.265214.633518.0288
Yxy14.63350.37100.2818
Hunter Lab38.253822.9514-1.1654
CIE-Lab45.128130.2244-4.4312

#975773 color RGB value is (151,87,115).

#975773 hex color red value is 151, green value is 87 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #975773 hue: 0.93 , saturation: 0.27 and the lightness value of 975773 is 0.47.

The process color (four color CMYK) of #975773 color hex is 0.00, 0.42, 0.24, 0.41. Web safe color of #975773 is #996666. Color #975773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010111 01110011
Octal 227 127 163
Decimal 151 87 115
Hex 97 57 73

RGB Percentages of Color #975773

%42.78
%24.65
%32.58

CMYK Percentages of Color #975773

%0
%42
%24
%41

Triadic Colors of #975773

#975773 #739757 #577397

Analogous Colors of #975773

#975773 #975b57 #975793

Monochromatic Colors of #975773

#975773

Complementary Color

#975773 #57977b

#975773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975773 Color CSS Codes

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

#975773 Text Font Color

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

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


#975773 Background Color

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

This div background color is #975773


#975773 Border Color

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

This div border color is #975773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975773


Comments

No comments written yet.

Please login to write comment.