Color Hex Logo

#994475 Color Hex

#994475
(153,68,117)
0 Favorites   0 Comments

Color spaces of #994475

RGB 15368117
HSL0.900.380.43
HSV325°56°60°
CMYK 0.000.560.24   0.40
XYZ18.414912.190918.2121
Yxy12.19090.37720.2497
Hunter Lab34.915533.0413-6.4852
CIE-Lab41.517941.3991-11.0265

#994475 color RGB value is (153,68,117).

#994475 hex color red value is 153, green value is 68 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #994475 hue: 0.90 , saturation: 0.38 and the lightness value of 994475 is 0.43.

The process color (four color CMYK) of #994475 color hex is 0.00, 0.56, 0.24, 0.40. Web safe color of #994475 is #993366. Color #994475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000100 01110101
Octal 231 104 165
Decimal 153 68 117
Hex 99 44 75

RGB Percentages of Color #994475

%45.27
%20.12
%34.62

CMYK Percentages of Color #994475

%0
%56
%24
%40

Triadic Colors of #994475

#994475 #759944 #447599

Analogous Colors of #994475

#994475 #99444a #934499

Monochromatic Colors of #994475

#994475

Complementary Color

#994475 #449968

#994475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994475 Color CSS Codes

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

#994475 Text Font Color

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

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


#994475 Background Color

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

This div background color is #994475


#994475 Border Color

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

This div border color is #994475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994475


Comments

No comments written yet.

Please login to write comment.