Color Hex Logo

#985387 Color Hex

#985387
(152,83,135)
0 Favorites   0 Comments

Color spaces of #985387

RGB 15283135
HSL0.870.290.46
HSV315°45°60°
CMYK 0.000.450.11   0.40
XYZ20.415314.611224.6659
Yxy14.61120.34200.2448
Hunter Lab38.224628.4417-11.5019
CIE-Lab45.097036.0903-16.5805

#985387 color RGB value is (152,83,135).

#985387 hex color red value is 152, green value is 83 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #985387 hue: 0.87 , saturation: 0.29 and the lightness value of 985387 is 0.46.

The process color (four color CMYK) of #985387 color hex is 0.00, 0.45, 0.11, 0.40. Web safe color of #985387 is #996699. Color #985387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010011 10000111
Octal 230 123 207
Decimal 152 83 135
Hex 98 53 87

RGB Percentages of Color #985387

%41.08
%22.43
%36.49

CMYK Percentages of Color #985387

%0
%45
%11
%40

Triadic Colors of #985387

#985387 #879853 #538798

Analogous Colors of #985387

#985387 #985365 #875398

Monochromatic Colors of #985387

#985387

Complementary Color

#985387 #539864

#985387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985387 Color CSS Codes

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

#985387 Text Font Color

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

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


#985387 Background Color

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

This div background color is #985387


#985387 Border Color

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

This div border color is #985387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985387


Comments

No comments written yet.

Please login to write comment.