Color Hex Logo

#975863 Color Hex

#975863
(151,88,99)
0 Favorites   0 Comments

Color spaces of #975863

RGB 1518899
HSL0.970.260.47
HSV350°42°59°
CMYK 0.000.420.34   0.41
XYZ18.504414.459613.6201
Yxy14.45960.39720.3104
Hunter Lab38.025820.31795.3815
CIE-Lab44.885027.35404.9503

#975863 color RGB value is (151,88,99).

#975863 hex color red value is 151, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #975863 hue: 0.97 , saturation: 0.26 and the lightness value of 975863 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011000 01100011
Octal 227 130 143
Decimal 151 88 99
Hex 97 58 63

RGB Percentages of Color #975863

%44.67
%26.04
%29.29

CMYK Percentages of Color #975863

%0
%42
%34
%41

Triadic Colors of #975863

#975863 #639758 #586397

Analogous Colors of #975863

#975863 #976d58 #975883

Monochromatic Colors of #975863

#975863

Complementary Color

#975863 #58978c

#975863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975863 Color CSS Codes

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

#975863 Text Font Color

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

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


#975863 Background Color

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

This div background color is #975863


#975863 Border Color

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

This div border color is #975863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975863


Comments

No comments written yet.

Please login to write comment.