Color Hex Logo

#985680 Color Hex

#985680
(152,86,128)
0 Favorites   0 Comments

Color spaces of #985680

RGB 15286128
HSL0.890.280.47
HSV322°43°60°
CMYK 0.000.430.16   0.40
XYZ20.173014.889522.2328
Yxy14.88950.35210.2599
Hunter Lab38.586925.7916-7.1506
CIE-Lab45.482533.2395-11.7675

#985680 color RGB value is (152,86,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010110 10000000
Octal 230 126 200
Decimal 152 86 128
Hex 98 56 80

RGB Percentages of Color #985680

%41.53
%23.50
%34.97

CMYK Percentages of Color #985680

%0
%43
%16
%40

Triadic Colors of #985680

#985680 #809856 #568098

Analogous Colors of #985680

#985680 #98565f #8f5698

Monochromatic Colors of #985680

#985680

Complementary Color

#985680 #56986e

#985680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985680 Color CSS Codes

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

#985680 Text Font Color

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

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


#985680 Background Color

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

This div background color is #985680


#985680 Border Color

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

This div border color is #985680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985680


Comments

No comments written yet.

Please login to write comment.