Color Hex Logo

#96748e Color Hex

#96748E
(150,116,142)
0 Favorites   0 Comments

Color spaces of #96748e

RGB 150116142
HSL0.870.140.52
HSV314°23°59°
CMYK 0.000.230.05   0.41
XYZ23.705620.927828.3812
Yxy20.92780.32470.2866
Hunter Lab45.746912.4398-4.7604
CIE-Lab52.870417.8769-9.0156

#96748e color RGB value is (150,116,142).

#96748e hex color red value is 150, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #96748e hue: 0.87 , saturation: 0.14 and the lightness value of 96748e is 0.52.

The process color (four color CMYK) of #96748e color hex is 0.00, 0.23, 0.05, 0.41. Web safe color of #96748e is #996699. Color #96748e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110100 10001110
Octal 226 164 216
Decimal 150 116 142
Hex 96 74 8E

RGB Percentages of Color #96748e

%36.76
%28.43
%34.80

CMYK Percentages of Color #96748e

%0
%23
%5
%41

Triadic Colors of #96748e

#96748e #8e9674 #748e96

Analogous Colors of #96748e

#96748e #96747d #8d7496

Monochromatic Colors of #96748e

#96748e

Complementary Color

#96748e #74967c

#96748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96748e Color CSS Codes

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

#96748e Text Font Color

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

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


#96748e Background Color

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

This div background color is #96748e


#96748e Border Color

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

This div border color is #96748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96748e


Comments

No comments written yet.

Please login to write comment.