Color Hex Logo

#985376 Color Hex

#985376
(152,83,118)
0 Favorites   0 Comments

Color spaces of #985376

RGB 15283118
HSL0.920.290.46
HSV330°45°60°
CMYK 0.000.450.22   0.40
XYZ19.312214.169918.8567
Yxy14.16990.36900.2707
Hunter Lab37.642925.7019-3.3504
CIE-Lab44.475633.2754-7.2121

#985376 color RGB value is (152,83,118).

#985376 hex color red value is 152, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #985376 hue: 0.92 , saturation: 0.29 and the lightness value of 985376 is 0.46.

The process color (four color CMYK) of #985376 color hex is 0.00, 0.45, 0.22, 0.40. Web safe color of #985376 is #996666. Color #985376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010011 01110110
Octal 230 123 166
Decimal 152 83 118
Hex 98 53 76

RGB Percentages of Color #985376

%43.06
%23.51
%33.43

CMYK Percentages of Color #985376

%0
%45
%22
%40

Triadic Colors of #985376

#985376 #769853 #537698

Analogous Colors of #985376

#985376 #985354 #985398

Monochromatic Colors of #985376

#985376

Complementary Color

#985376 #539875

#985376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985376 Color CSS Codes

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

#985376 Text Font Color

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

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


#985376 Background Color

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

This div background color is #985376


#985376 Border Color

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

This div border color is #985376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985376


Comments

No comments written yet.

Please login to write comment.