Color Hex Logo

#985888 Color Hex

#985888
(152,88,136)
0 Favorites   0 Comments

Color spaces of #985888

RGB 15288136
HSL0.880.270.47
HSV315°42°60°
CMYK 0.000.420.11   0.40
XYZ20.882615.432425.1707
Yxy15.43240.33960.2510
Hunter Lab39.284126.1397-10.4903
CIE-Lab46.220833.5138-15.4690

#985888 color RGB value is (152,88,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011000 10001000
Octal 230 130 210
Decimal 152 88 136
Hex 98 58 88

RGB Percentages of Color #985888

%40.43
%23.40
%36.17

CMYK Percentages of Color #985888

%0
%42
%11
%40

Triadic Colors of #985888

#985888 #889858 #588898

Analogous Colors of #985888

#985888 #985868 #885898

Monochromatic Colors of #985888

#985888

Complementary Color

#985888 #589868

#985888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985888 Color CSS Codes

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

#985888 Text Font Color

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

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


#985888 Background Color

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

This div background color is #985888


#985888 Border Color

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

This div border color is #985888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985888


Comments

No comments written yet.

Please login to write comment.