Color Hex Logo

#994655 Color Hex

#994655
(153,70,85)
0 Favorites   0 Comments

Color spaces of #994655

RGB 1537085
HSL0.970.370.44
HSV349°54°60°
CMYK 0.000.540.44   0.40
XYZ16.966711.80859.9794
Yxy11.80850.43780.3047
Hunter Lab34.363527.99686.8362
CIE-Lab40.910136.22667.9476

#994655 color RGB value is (153,70,85).

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

The process color (four color CMYK) of #994655 color hex is 0.00, 0.54, 0.44, 0.40. Web safe color of #994655 is #993366. Color #994655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000110 01010101
Octal 231 106 125
Decimal 153 70 85
Hex 99 46 55

RGB Percentages of Color #994655

%49.68
%22.73
%27.60

CMYK Percentages of Color #994655

%0
%54
%44
%40

Triadic Colors of #994655

#994655 #559946 #465599

Analogous Colors of #994655

#994655 #996046 #99467f

Monochromatic Colors of #994655

#994655

Complementary Color

#994655 #46998a

#994655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994655 Color CSS Codes

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

#994655 Text Font Color

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

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


#994655 Background Color

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

This div background color is #994655


#994655 Border Color

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

This div border color is #994655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994655


Comments

No comments written yet.

Please login to write comment.