Color Hex Logo

#96484e Color Hex

#96484E
(150,72,78)
0 Favorites   0 Comments

Color spaces of #96484e

RGB 1507278
HSL0.990.350.44
HSV355°52°59°
CMYK 0.000.520.48   0.41
XYZ16.270211.66888.6025
Yxy11.66880.44530.3193
Hunter Lab34.159625.24018.9806
CIE-Lab40.684833.291511.9132

#96484e color RGB value is (150,72,78).

#96484e hex color red value is 150, green value is 72 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #96484e hue: 0.99 , saturation: 0.35 and the lightness value of 96484e is 0.44.

The process color (four color CMYK) of #96484e color hex is 0.00, 0.52, 0.48, 0.41. Web safe color of #96484e is #993366. Color #96484e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001000 01001110
Octal 226 110 116
Decimal 150 72 78
Hex 96 48 4E

RGB Percentages of Color #96484e

%50.00
%24.00
%26.00

CMYK Percentages of Color #96484e

%0
%52
%48
%41

Triadic Colors of #96484e

#96484e #4e9648 #484e96

Analogous Colors of #96484e

#96484e #966948 #964875

Monochromatic Colors of #96484e

#96484e

Complementary Color

#96484e #489690

#96484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96484e Color CSS Codes

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

#96484e Text Font Color

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

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


#96484e Background Color

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

This div background color is #96484e


#96484e Border Color

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

This div border color is #96484e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,72,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96484e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96484e;
  -webkit-box-shadow: 1px 1px 3px 2px #96484e;
  box-shadow:         1px 1px 3px 2px #96484e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,72,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96484e


Comments

No comments written yet.

Please login to write comment.