Color Hex Logo

#984089 Color Hex

#984089
(152,64,137)
0 Favorites   0 Comments

Color spaces of #984089

RGB 15264137
HSL0.860.410.42
HSV310°58°60°
CMYK 0.000.580.10   0.40
XYZ19.297612.148324.9947
Yxy12.14830.34190.2152
Hunter Lab34.854437.8336-18.1198
CIE-Lab41.450946.2391-23.4063

#984089 color RGB value is (152,64,137).

#984089 hex color red value is 152, green value is 64 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #984089 hue: 0.86 , saturation: 0.41 and the lightness value of 984089 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000000 10001001
Octal 230 100 211
Decimal 152 64 137
Hex 98 40 89

RGB Percentages of Color #984089

%43.06
%18.13
%38.81

CMYK Percentages of Color #984089

%0
%58
%10
%40

Triadic Colors of #984089

#984089 #899840 #408998

Analogous Colors of #984089

#984089 #98405d #7b4098

Monochromatic Colors of #984089

#984089

Complementary Color

#984089 #40984f

#984089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984089 Color CSS Codes

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

#984089 Text Font Color

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

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


#984089 Background Color

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

This div background color is #984089


#984089 Border Color

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

This div border color is #984089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984089


Comments

No comments written yet.

Please login to write comment.