Color Hex Logo

#985863 Color Hex

#985863
(152,88,99)
0 Favorites   0 Comments

Color spaces of #985863

RGB 1528899
HSL0.970.270.47
HSV350°42°60°
CMYK 0.000.420.35   0.40
XYZ18.690714.555713.6288
Yxy14.55570.39870.3105
Hunter Lab38.151920.68165.5265
CIE-Lab45.019627.74325.1610

#985863 color RGB value is (152,88,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011000 01100011
Octal 230 130 143
Decimal 152 88 99
Hex 98 58 63

RGB Percentages of Color #985863

%44.84
%25.96
%29.20

CMYK Percentages of Color #985863

%0
%42
%35
%40

Triadic Colors of #985863

#985863 #639858 #586398

Analogous Colors of #985863

#985863 #986d58 #985883

Monochromatic Colors of #985863

#985863

Complementary Color

#985863 #58988d

#985863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985863 Color CSS Codes

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

#985863 Text Font Color

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

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


#985863 Background Color

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

This div background color is #985863


#985863 Border Color

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

This div border color is #985863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985863


Comments

No comments written yet.

Please login to write comment.