Color Hex Logo

#98497c Color Hex

#98497C
(152,73,124)
0 Favorites   0 Comments

Color spaces of #98497c

RGB 15273124
HSL0.890.350.44
HSV321°52°60°
CMYK 0.000.520.18   0.40
XYZ18.969512.895720.5581
Yxy12.89570.36190.2460
Hunter Lab35.910631.4478-8.8049
CIE-Lab42.605739.5864-13.6930

#98497c color RGB value is (152,73,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 01111100
Octal 230 111 174
Decimal 152 73 124
Hex 98 49 7C

RGB Percentages of Color #98497c

%43.55
%20.92
%35.53

CMYK Percentages of Color #98497c

%0
%52
%18
%40

Triadic Colors of #98497c

#98497c #7c9849 #497c98

Analogous Colors of #98497c

#98497c #984955 #8d4998

Monochromatic Colors of #98497c

#98497c

Complementary Color

#98497c #499865

#98497c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98497c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98497c Color CSS Codes

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

#98497c Text Font Color

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

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


#98497c Background Color

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

This div background color is #98497c


#98497c Border Color

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

This div border color is #98497c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98497c


Comments

No comments written yet.

Please login to write comment.