Color Hex Logo

#984977 Color Hex

#984977
(152,73,119)
0 Favorites   0 Comments

Color spaces of #984977

RGB 15273119
HSL0.900.350.44
HSV325°52°60°
CMYK 0.000.520.22   0.40
XYZ18.661212.772418.9345
Yxy12.77240.37050.2536
Hunter Lab35.738530.6631-6.3953
CIE-Lab42.418338.8025-10.9123

#984977 color RGB value is (152,73,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 01110111
Octal 230 111 167
Decimal 152 73 119
Hex 98 49 77

RGB Percentages of Color #984977

%44.19
%21.22
%34.59

CMYK Percentages of Color #984977

%0
%52
%22
%40

Triadic Colors of #984977

#984977 #779849 #497798

Analogous Colors of #984977

#984977 #98494f #924998

Monochromatic Colors of #984977

#984977

Complementary Color

#984977 #49986a

#984977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984977 Color CSS Codes

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

#984977 Text Font Color

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

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


#984977 Background Color

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

This div background color is #984977


#984977 Border Color

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

This div border color is #984977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984977


Comments

No comments written yet.

Please login to write comment.