Color Hex Logo

#994878 Color Hex

#994878
(153,72,120)
0 Favorites   0 Comments

Color spaces of #994878

RGB 15372120
HSL0.900.360.44
HSV324°53°60°
CMYK 0.000.530.22   0.40
XYZ18.844412.763119.2396
Yxy12.76310.37060.2510
Hunter Lab35.725531.6352-6.9222
CIE-Lab42.404139.8115-11.5332

#994878 color RGB value is (153,72,120).

#994878 hex color red value is 153, green value is 72 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #994878 hue: 0.90 , saturation: 0.36 and the lightness value of 994878 is 0.44.

The process color (four color CMYK) of #994878 color hex is 0.00, 0.53, 0.22, 0.40. Web safe color of #994878 is #993366. Color #994878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001000 01111000
Octal 231 110 170
Decimal 153 72 120
Hex 99 48 78

RGB Percentages of Color #994878

%44.35
%20.87
%34.78

CMYK Percentages of Color #994878

%0
%53
%22
%40

Triadic Colors of #994878

#994878 #789948 #487899

Analogous Colors of #994878

#994878 #994850 #924899

Monochromatic Colors of #994878

#994878

Complementary Color

#994878 #489969

#994878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994878 Color CSS Codes

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

#994878 Text Font Color

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

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


#994878 Background Color

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

This div background color is #994878


#994878 Border Color

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

This div border color is #994878


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,72,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 #994878">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994878


Comments

No comments written yet.

Please login to write comment.