Color Hex Logo

#985687 Color Hex

#985687
(152,86,135)
0 Favorites   0 Comments

Color spaces of #985687

RGB 15286135
HSL0.880.280.47
HSV315°43°60°
CMYK 0.000.430.11   0.40
XYZ20.649915.080224.7441
Yxy15.08020.34150.2494
Hunter Lab38.833226.9607-10.5957
CIE-Lab45.743834.4449-15.5940

#985687 color RGB value is (152,86,135).

#985687 hex color red value is 152, green value is 86 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #985687 hue: 0.88 , saturation: 0.28 and the lightness value of 985687 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010110 10000111
Octal 230 126 207
Decimal 152 86 135
Hex 98 56 87

RGB Percentages of Color #985687

%40.75
%23.06
%36.19

CMYK Percentages of Color #985687

%0
%43
%11
%40

Triadic Colors of #985687

#985687 #879856 #568798

Analogous Colors of #985687

#985687 #985666 #885698

Monochromatic Colors of #985687

#985687

Complementary Color

#985687 #569867

#985687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985687 Color CSS Codes

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

#985687 Text Font Color

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

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


#985687 Background Color

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

This div background color is #985687


#985687 Border Color

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

This div border color is #985687


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,86,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 #985687">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985687


Comments

No comments written yet.

Please login to write comment.