Color Hex Logo

#994781 Color Hex

#994781
(153,71,129)
0 Favorites   0 Comments

Color spaces of #994781

RGB 15371129
HSL0.880.370.44
HSV318°54°60°
CMYK 0.000.540.16   0.40
XYZ19.352612.863822.2318
Yxy12.86380.35540.2363
Hunter Lab35.866133.5490-11.6449
CIE-Lab42.557341.7488-16.8092

#994781 color RGB value is (153,71,129).

#994781 hex color red value is 153, green value is 71 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #994781 hue: 0.88 , saturation: 0.37 and the lightness value of 994781 is 0.44.

The process color (four color CMYK) of #994781 color hex is 0.00, 0.54, 0.16, 0.40. Web safe color of #994781 is #993399. Color #994781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000111 10000001
Octal 231 107 201
Decimal 153 71 129
Hex 99 47 81

RGB Percentages of Color #994781

%43.34
%20.11
%36.54

CMYK Percentages of Color #994781

%0
%54
%16
%40

Triadic Colors of #994781

#994781 #819947 #478199

Analogous Colors of #994781

#994781 #994758 #884799

Monochromatic Colors of #994781

#994781

Complementary Color

#994781 #47995f

#994781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994781 Color CSS Codes

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

#994781 Text Font Color

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

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


#994781 Background Color

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

This div background color is #994781


#994781 Border Color

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

This div border color is #994781


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,71,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994781


Comments

No comments written yet.

Please login to write comment.