Color Hex Logo

#98867d Color Hex

#98867D
(152,134,125)
0 Favorites   0 Comments

Color spaces of #98867d

RGB 152134125
HSL0.060.120.54
HSV20°18°60°
CMYK 0.000.120.18   0.40
XYZ25.175725.206322.9404
Yxy25.20630.34340.3438
Hunter Lab50.20591.64848.0529
CIE-Lab57.27595.26367.3295

#98867d color RGB value is (152,134,125).

#98867d hex color red value is 152, green value is 134 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #98867d hue: 0.06 , saturation: 0.12 and the lightness value of 98867d is 0.54.

The process color (four color CMYK) of #98867d color hex is 0.00, 0.12, 0.18, 0.40. Web safe color of #98867d is #999966. Color #98867d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000110 01111101
Octal 230 206 175
Decimal 152 134 125
Hex 98 86 7D

RGB Percentages of Color #98867d

%36.98
%32.60
%30.41

CMYK Percentages of Color #98867d

%0
%12
%18
%40

Triadic Colors of #98867d

#98867d #7d9886 #867d98

Analogous Colors of #98867d

#98867d #98947d #987d82

Monochromatic Colors of #98867d

#98867d

Complementary Color

#98867d #7d8f98

#98867d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98867d Color Preview on White Background

Lorem ipsum dolor sit amet.

#98867d Color CSS Codes

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

#98867d Text Font Color

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

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


#98867d Background Color

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

This div background color is #98867d


#98867d Border Color

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

This div border color is #98867d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,134,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98867d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98867d;
  -webkit-box-shadow: 1px 1px 3px 2px #98867d;
  box-shadow:         1px 1px 3px 2px #98867d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98867d


Comments

No comments written yet.

Please login to write comment.