Color Hex Logo

#98587a Color Hex

#98587A
(152,88,122)
0 Favorites   0 Comments

Color spaces of #98587a

RGB 15288122
HSL0.910.270.47
HSV328°42°60°
CMYK 0.000.420.20   0.40
XYZ19.951515.060020.2677
Yxy15.06000.36090.2724
Hunter Lab38.807223.8575-3.8001
CIE-Lab45.716331.1362-7.7870

#98587a color RGB value is (152,88,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011000 01111010
Octal 230 130 172
Decimal 152 88 122
Hex 98 58 7A

RGB Percentages of Color #98587a

%41.99
%24.31
%33.70

CMYK Percentages of Color #98587a

%0
%42
%20
%40

Triadic Colors of #98587a

#98587a #7a9858 #587a98

Analogous Colors of #98587a

#98587a #98585a #965898

Monochromatic Colors of #98587a

#98587a

Complementary Color

#98587a #589876

#98587a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98587a Color Preview on White Background

Lorem ipsum dolor sit amet.

#98587a Color CSS Codes

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

#98587a Text Font Color

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

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


#98587a Background Color

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

This div background color is #98587a


#98587a Border Color

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

This div border color is #98587a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98587a


Comments

No comments written yet.

Please login to write comment.