Color Hex Logo

#985060 Color Hex

#985060
(152,80,96)
0 Favorites   0 Comments

Color spaces of #985060

RGB 1528096
HSL0.960.310.45
HSV347°47°60°
CMYK 0.000.470.37   0.40
XYZ17.928913.257212.6803
Yxy13.25720.40870.3022
Hunter Lab36.410424.17714.8390
CIE-Lab43.148331.80394.3116

#985060 color RGB value is (152,80,96).

#985060 hex color red value is 152, green value is 80 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #985060 hue: 0.96 , saturation: 0.31 and the lightness value of 985060 is 0.45.

The process color (four color CMYK) of #985060 color hex is 0.00, 0.47, 0.37, 0.40. Web safe color of #985060 is #996666. Color #985060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010000 01100000
Octal 230 120 140
Decimal 152 80 96
Hex 98 50 60

RGB Percentages of Color #985060

%46.34
%24.39
%29.27

CMYK Percentages of Color #985060

%0
%47
%37
%40

Triadic Colors of #985060

#985060 #609850 #506098

Analogous Colors of #985060

#985060 #986450 #985084

Monochromatic Colors of #985060

#985060

Complementary Color

#985060 #509888

#985060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985060 Color CSS Codes

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

#985060 Text Font Color

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

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


#985060 Background Color

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

This div background color is #985060


#985060 Border Color

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

This div border color is #985060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985060


Comments

No comments written yet.

Please login to write comment.