Color Hex Logo

#984495 Color Hex

#984495
(152,68,149)
0 Favorites   0 Comments

Color spaces of #984495

RGB 15268149
HSL0.840.380.43
HSV302°55°60°
CMYK 0.000.550.02   0.40
XYZ20.440812.979629.8617
Yxy12.97960.32300.2051
Hunter Lab36.027238.2281-23.9244
CIE-Lab42.732546.4069-28.6787

#984495 color RGB value is (152,68,149).

#984495 hex color red value is 152, green value is 68 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #984495 hue: 0.84 , saturation: 0.38 and the lightness value of 984495 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000100 10010101
Octal 230 104 225
Decimal 152 68 149
Hex 98 44 95

RGB Percentages of Color #984495

%41.19
%18.43
%40.38

CMYK Percentages of Color #984495

%0
%55
%2
%40

Triadic Colors of #984495

#984495 #959844 #449598

Analogous Colors of #984495

#984495 #98446b #714498

Monochromatic Colors of #984495

#984495

Complementary Color

#984495 #449847

#984495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984495 Color CSS Codes

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

#984495 Text Font Color

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

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


#984495 Background Color

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

This div background color is #984495


#984495 Border Color

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

This div border color is #984495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984495


Comments

No comments written yet.

Please login to write comment.