Color Hex Logo

#986072 Color Hex

#986072
(152,96,114)
0 Favorites   0 Comments

Color spaces of #986072

RGB 15296114
HSL0.950.230.49
HSV341°37°60°
CMYK 0.000.370.25   0.40
XYZ20.169016.256017.9943
Yxy16.25600.37060.2987
Hunter Lab40.318718.73491.7619
CIE-Lab47.308625.3487-0.6016

#986072 color RGB value is (152,96,114).

#986072 hex color red value is 152, green value is 96 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #986072 hue: 0.95 , saturation: 0.23 and the lightness value of 986072 is 0.49.

The process color (four color CMYK) of #986072 color hex is 0.00, 0.37, 0.25, 0.40. Web safe color of #986072 is #996666. Color #986072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100000 01110010
Octal 230 140 162
Decimal 152 96 114
Hex 98 60 72

RGB Percentages of Color #986072

%41.99
%26.52
%31.49

CMYK Percentages of Color #986072

%0
%37
%25
%40

Triadic Colors of #986072

#986072 #729860 #607298

Analogous Colors of #986072

#986072 #986a60 #98608e

Monochromatic Colors of #986072

#986072

Complementary Color

#986072 #609886

#986072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986072 Color CSS Codes

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

#986072 Text Font Color

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

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


#986072 Background Color

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

This div background color is #986072


#986072 Border Color

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

This div border color is #986072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,96,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 #986072">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986072


Comments

No comments written yet.

Please login to write comment.