Color Hex Logo

#984490 Color Hex

#984490
(152,68,144)
0 Favorites   0 Comments

Color spaces of #984490

RGB 15268144
HSL0.850.380.43
HSV306°55°60°
CMYK 0.000.550.05   0.40
XYZ20.050112.823327.8039
Yxy12.82330.33040.2113
Hunter Lab35.809637.2767-20.9682
CIE-Lab42.495845.5062-26.0307

#984490 color RGB value is (152,68,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000100 10010000
Octal 230 104 220
Decimal 152 68 144
Hex 98 44 90

RGB Percentages of Color #984490

%41.76
%18.68
%39.56

CMYK Percentages of Color #984490

%0
%55
%5
%40

Triadic Colors of #984490

#984490 #909844 #449098

Analogous Colors of #984490

#984490 #984466 #764498

Monochromatic Colors of #984490

#984490

Complementary Color

#984490 #44984c

#984490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984490 Color CSS Codes

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

#984490 Text Font Color

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

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


#984490 Background Color

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

This div background color is #984490


#984490 Border Color

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

This div border color is #984490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984490


Comments

No comments written yet.

Please login to write comment.