Color Hex Logo

#984078 Color Hex

#984078
(152,64,120)
0 Favorites   0 Comments

Color spaces of #984078

RGB 15264120
HSL0.890.410.42
HSV322°58°60°
CMYK 0.000.580.21   0.40
XYZ18.172511.698319.0695
Yxy11.69830.37130.2390
Hunter Lab34.202834.9851-9.1147
CIE-Lab40.732543.5093-14.0835

#984078 color RGB value is (152,64,120).

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

The process color (four color CMYK) of #984078 color hex is 0.00, 0.58, 0.21, 0.40. Web safe color of #984078 is #993366. Color #984078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000000 01111000
Octal 230 100 170
Decimal 152 64 120
Hex 98 40 78

RGB Percentages of Color #984078

%45.24
%19.05
%35.71

CMYK Percentages of Color #984078

%0
%58
%21
%40

Triadic Colors of #984078

#984078 #789840 #407898

Analogous Colors of #984078

#984078 #98404c #8c4098

Monochromatic Colors of #984078

#984078

Complementary Color

#984078 #409860

#984078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984078 Color CSS Codes

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

#984078 Text Font Color

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

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


#984078 Background Color

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

This div background color is #984078


#984078 Border Color

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

This div border color is #984078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984078


Comments

No comments written yet.

Please login to write comment.