Color Hex Logo

#984091 Color Hex

#984091
(152,64,145)
0 Favorites   0 Comments

Color spaces of #984091

RGB 15264145
HSL0.850.410.42
HSV305°58°60°
CMYK 0.000.580.05   0.40
XYZ19.893112.386528.1304
Yxy12.38650.32930.2050
Hunter Lab35.194539.3039-22.7535
CIE-Lab41.823947.6233-27.6838

#984091 color RGB value is (152,64,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000000 10010001
Octal 230 100 221
Decimal 152 64 145
Hex 98 40 91

RGB Percentages of Color #984091

%42.11
%17.73
%40.17

CMYK Percentages of Color #984091

%0
%58
%5
%40

Triadic Colors of #984091

#984091 #919840 #409198

Analogous Colors of #984091

#984091 #984065 #734098

Monochromatic Colors of #984091

#984091

Complementary Color

#984091 #409847

#984091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984091 Color CSS Codes

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

#984091 Text Font Color

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

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


#984091 Background Color

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

This div background color is #984091


#984091 Border Color

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

This div border color is #984091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984091


Comments

No comments written yet.

Please login to write comment.