Color Hex Logo

#985879 Color Hex

#985879
(152,88,121)
0 Favorites   0 Comments

Color spaces of #985879

RGB 15288121
HSL0.910.270.47
HSV329°42°60°
CMYK 0.000.420.20   0.40
XYZ19.889815.035319.9430
Yxy15.03530.36250.2740
Hunter Lab38.775423.7045-3.3513
CIE-Lab45.682530.9750-7.2321

#985879 color RGB value is (152,88,121).

#985879 hex color red value is 152, green value is 88 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #985879 hue: 0.91 , saturation: 0.27 and the lightness value of 985879 is 0.47.

The process color (four color CMYK) of #985879 color hex is 0.00, 0.42, 0.20, 0.40. Web safe color of #985879 is #996666. Color #985879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011000 01111001
Octal 230 130 171
Decimal 152 88 121
Hex 98 58 79

RGB Percentages of Color #985879

%42.11
%24.38
%33.52

CMYK Percentages of Color #985879

%0
%42
%20
%40

Triadic Colors of #985879

#985879 #799858 #587998

Analogous Colors of #985879

#985879 #985859 #975898

Monochromatic Colors of #985879

#985879

Complementary Color

#985879 #589877

#985879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985879 Color CSS Codes

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

#985879 Text Font Color

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

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


#985879 Background Color

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

This div background color is #985879


#985879 Border Color

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

This div border color is #985879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985879


Comments

No comments written yet.

Please login to write comment.