Color Hex Logo

#988572 Color Hex

#988572
(152,133,114)
0 Favorites   0 Comments

Color spaces of #988572

RGB 152133114
HSL0.080.160.52
HSV30°25°60°
CMYK 0.000.130.25   0.40
XYZ24.373724.665419.3958
Yxy24.66540.35620.3604
Hunter Lab49.66430.689811.6100
CIE-Lab56.74794.092612.8947

#988572 color RGB value is (152,133,114).

#988572 hex color red value is 152, green value is 133 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #988572 hue: 0.08 , saturation: 0.16 and the lightness value of 988572 is 0.52.

The process color (four color CMYK) of #988572 color hex is 0.00, 0.13, 0.25, 0.40. Web safe color of #988572 is #999966. Color #988572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000101 01110010
Octal 230 205 162
Decimal 152 133 114
Hex 98 85 72

RGB Percentages of Color #988572

%38.10
%33.33
%28.57

CMYK Percentages of Color #988572

%0
%13
%25
%40

Triadic Colors of #988572

#988572 #729885 #857298

Analogous Colors of #988572

#988572 #989872 #987272

Monochromatic Colors of #988572

#988572

Complementary Color

#988572 #728598

#988572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988572 Color CSS Codes

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

#988572 Text Font Color

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

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


#988572 Background Color

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

This div background color is #988572


#988572 Border Color

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

This div border color is #988572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988572


Comments

No comments written yet.

Please login to write comment.