Color Hex Logo

#985c7d Color Hex

#985C7D
(152,92,125)
0 Favorites   0 Comments

Color spaces of #985c7d

RGB 15292125
HSL0.910.250.48
HSV327°39°60°
CMYK 0.000.390.18   0.40
XYZ20.477715.810421.3744
Yxy15.81040.35510.2742
Hunter Lab39.762322.3440-4.0380
CIE-Lab46.724829.3790-8.0900

#985c7d color RGB value is (152,92,125).

#985c7d hex color red value is 152, green value is 92 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #985c7d hue: 0.91 , saturation: 0.25 and the lightness value of 985c7d is 0.48.

The process color (four color CMYK) of #985c7d color hex is 0.00, 0.39, 0.18, 0.40. Web safe color of #985c7d is #996666. Color #985c7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011100 01111101
Octal 230 134 175
Decimal 152 92 125
Hex 98 5C 7D

RGB Percentages of Color #985c7d

%41.19
%24.93
%33.88

CMYK Percentages of Color #985c7d

%0
%39
%18
%40

Triadic Colors of #985c7d

#985c7d #7d985c #5c7d98

Analogous Colors of #985c7d

#985c7d #985c5f #955c98

Monochromatic Colors of #985c7d

#985c7d

Complementary Color

#985c7d #5c9877

#985c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#985c7d Color CSS Codes

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

#985c7d Text Font Color

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

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


#985c7d Background Color

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

This div background color is #985c7d


#985c7d Border Color

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

This div border color is #985c7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,92,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985c7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985c7d;
  -webkit-box-shadow: 1px 1px 3px 2px #985c7d;
  box-shadow:         1px 1px 3px 2px #985c7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985c7d


Comments

No comments written yet.

Please login to write comment.