Color Hex Logo

#98588b Color Hex

#98588B
(152,88,139)
0 Favorites   0 Comments

Color spaces of #98588b

RGB 15288139
HSL0.870.270.47
HSV312°42°60°
CMYK 0.000.420.09   0.40
XYZ21.098815.518926.3095
Yxy15.51890.33530.2466
Hunter Lab39.394026.6621-12.0213
CIE-Lab46.336934.0512-17.0928

#98588b color RGB value is (152,88,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011000 10001011
Octal 230 130 213
Decimal 152 88 139
Hex 98 58 8B

RGB Percentages of Color #98588b

%40.11
%23.22
%36.68

CMYK Percentages of Color #98588b

%0
%42
%9
%40

Triadic Colors of #98588b

#98588b #8b9858 #588b98

Analogous Colors of #98588b

#98588b #98586b #855898

Monochromatic Colors of #98588b

#98588b

Complementary Color

#98588b #589865

#98588b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98588b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98588b Color CSS Codes

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

#98588b Text Font Color

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

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


#98588b Background Color

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

This div background color is #98588b


#98588b Border Color

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

This div border color is #98588b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98588b


Comments

No comments written yet.

Please login to write comment.