Color Hex Logo

#985976 Color Hex

#985976
(152,89,118)
0 Favorites   0 Comments

Color spaces of #985976

RGB 15289118
HSL0.920.260.47
HSV332°41°60°
CMYK 0.000.410.22   0.40
XYZ19.791315.128219.0165
Yxy15.12820.36690.2805
Hunter Lab38.895022.7616-1.7615
CIE-Lab45.809329.9377-5.2267

#985976 color RGB value is (152,89,118).

#985976 hex color red value is 152, green value is 89 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #985976 hue: 0.92 , saturation: 0.26 and the lightness value of 985976 is 0.47.

The process color (four color CMYK) of #985976 color hex is 0.00, 0.41, 0.22, 0.40. Web safe color of #985976 is #996666. Color #985976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011001 01110110
Octal 230 131 166
Decimal 152 89 118
Hex 98 59 76

RGB Percentages of Color #985976

%42.34
%24.79
%32.87

CMYK Percentages of Color #985976

%0
%41
%22
%40

Triadic Colors of #985976

#985976 #769859 #597698

Analogous Colors of #985976

#985976 #985c59 #985996

Monochromatic Colors of #985976

#985976

Complementary Color

#985976 #59987b

#985976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985976 Color CSS Codes

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

#985976 Text Font Color

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

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


#985976 Background Color

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

This div background color is #985976


#985976 Border Color

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

This div border color is #985976


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,89,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985976; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985976;
  -webkit-box-shadow: 1px 1px 3px 2px #985976;
  box-shadow:         1px 1px 3px 2px #985976; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,89,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985976


Comments

No comments written yet.

Please login to write comment.