Color Hex Logo

#96768e Color Hex

#96768E
(150,118,142)
0 Favorites   0 Comments

Color spaces of #96768e

RGB 150118142
HSL0.880.130.53
HSV315°21°59°
CMYK 0.000.210.05   0.41
XYZ23.938621.393928.4589
Yxy21.39390.32440.2899
Hunter Lab46.253511.4393-4.1025
CIE-Lab53.377916.7170-8.2570

#96768e color RGB value is (150,118,142).

#96768e hex color red value is 150, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #96768e hue: 0.88 , saturation: 0.13 and the lightness value of 96768e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110110 10001110
Octal 226 166 216
Decimal 150 118 142
Hex 96 76 8E

RGB Percentages of Color #96768e

%36.59
%28.78
%34.63

CMYK Percentages of Color #96768e

%0
%21
%5
%41

Triadic Colors of #96768e

#96768e #8e9676 #768e96

Analogous Colors of #96768e

#96768e #96767e #8e7696

Monochromatic Colors of #96768e

#96768e

Complementary Color

#96768e #76967e

#96768e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96768e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96768e Color CSS Codes

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

#96768e Text Font Color

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

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


#96768e Background Color

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

This div background color is #96768e


#96768e Border Color

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

This div border color is #96768e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,118,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 #96768e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96768e


Comments

No comments written yet.

Please login to write comment.