Color Hex Logo

#984973 Color Hex

#984973
(152,73,115)
0 Favorites   0 Comments

Color spaces of #984973

RGB 15273115
HSL0.910.350.44
HSV328°52°60°
CMYK 0.000.520.24   0.40
XYZ18.425912.678317.6957
Yxy12.67830.37760.2598
Hunter Lab35.606630.0596-4.5412
CIE-Lab42.274538.1958-8.6706

#984973 color RGB value is (152,73,115).

#984973 hex color red value is 152, green value is 73 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #984973 hue: 0.91 , saturation: 0.35 and the lightness value of 984973 is 0.44.

The process color (four color CMYK) of #984973 color hex is 0.00, 0.52, 0.24, 0.40. Web safe color of #984973 is #993366. Color #984973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 01110011
Octal 230 111 163
Decimal 152 73 115
Hex 98 49 73

RGB Percentages of Color #984973

%44.71
%21.47
%33.82

CMYK Percentages of Color #984973

%0
%52
%24
%40

Triadic Colors of #984973

#984973 #739849 #497398

Analogous Colors of #984973

#984973 #98494c #964998

Monochromatic Colors of #984973

#984973

Complementary Color

#984973 #49986e

#984973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984973 Color CSS Codes

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

#984973 Text Font Color

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

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


#984973 Background Color

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

This div background color is #984973


#984973 Border Color

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

This div border color is #984973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984973


Comments

No comments written yet.

Please login to write comment.