Color Hex Logo

#984998 Color Hex

#984998
(152,73,152)
0 Favorites   0 Comments

Color spaces of #984998

RGB 15273152
HSL0.830.350.44
HSV300°52°60°
CMYK 0.000.520.00   0.40
XYZ20.998913.707531.2448
Yxy13.70750.31840.2078
Hunter Lab37.023636.4494-24.1192
CIE-Lab43.810544.4622-28.7960

#984998 color RGB value is (152,73,152).

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

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

Base Numbers

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

RGB Percentages of Color #984998

%40.32
%19.36
%40.32

CMYK Percentages of Color #984998

%0
%52
%0
%40

Triadic Colors of #984998

#984998 #989849 #499898

Analogous Colors of #984998

#984998 #984971 #714998

Monochromatic Colors of #984998

#984998

Complementary Color

#984998 #499849

#984998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984998 Color CSS Codes

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

#984998 Text Font Color

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

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


#984998 Background Color

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

This div background color is #984998


#984998 Border Color

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

This div border color is #984998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984998


Comments

No comments written yet.

Please login to write comment.