Color Hex Logo

#984984 Color Hex

#984984
(152,73,132)
0 Favorites   0 Comments

Color spaces of #984984

RGB 15273132
HSL0.880.350.44
HSV315°52°60°
CMYK 0.000.520.13   0.40
XYZ19.496313.106423.3320
Yxy13.10640.34860.2343
Hunter Lab36.202832.7729-12.8694
CIE-Lab42.923140.8982-18.0900

#984984 color RGB value is (152,73,132).

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

The process color (four color CMYK) of #984984 color hex is 0.00, 0.52, 0.13, 0.40. Web safe color of #984984 is #993399. Color #984984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 10000100
Octal 230 111 204
Decimal 152 73 132
Hex 98 49 84

RGB Percentages of Color #984984

%42.58
%20.45
%36.97

CMYK Percentages of Color #984984

%0
%52
%13
%40

Triadic Colors of #984984

#984984 #849849 #498498

Analogous Colors of #984984

#984984 #98495d #854998

Monochromatic Colors of #984984

#984984

Complementary Color

#984984 #49985d

#984984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984984 Color CSS Codes

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

#984984 Text Font Color

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

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


#984984 Background Color

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

This div background color is #984984


#984984 Border Color

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

This div border color is #984984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984984


Comments

No comments written yet.

Please login to write comment.