Color Hex Logo

#98516b Color Hex

#98516B
(152,81,107)
0 Favorites   0 Comments

Color spaces of #98516b

RGB 15281107
HSL0.940.300.46
HSV338°47°60°
CMYK 0.000.470.30   0.40
XYZ18.545213.621815.5617
Yxy13.62180.38860.2854
Hunter Lab36.907725.10320.8365
CIE-Lab43.685632.7366-1.6611

#98516b color RGB value is (152,81,107).

#98516b hex color red value is 152, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #98516b hue: 0.94 , saturation: 0.30 and the lightness value of 98516b is 0.46.

The process color (four color CMYK) of #98516b color hex is 0.00, 0.47, 0.30, 0.40. Web safe color of #98516b is #996666. Color #98516b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010001 01101011
Octal 230 121 153
Decimal 152 81 107
Hex 98 51 6B

RGB Percentages of Color #98516b

%44.71
%23.82
%31.47

CMYK Percentages of Color #98516b

%0
%47
%30
%40

Triadic Colors of #98516b

#98516b #6b9851 #516b98

Analogous Colors of #98516b

#98516b #985b51 #98518f

Monochromatic Colors of #98516b

#98516b

Complementary Color

#98516b #51987e

#98516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98516b Color CSS Codes

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

#98516b Text Font Color

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

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


#98516b Background Color

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

This div background color is #98516b


#98516b Border Color

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

This div border color is #98516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98516b


Comments

No comments written yet.

Please login to write comment.