Color Hex Logo

#96678b Color Hex

#96678B
(150,103,139)
0 Favorites   0 Comments

Color spaces of #96678b

RGB 150103139
HSL0.870.190.50
HSV314°31°59°
CMYK 0.000.310.07   0.41
XYZ22.088118.048626.7457
Yxy18.04860.33030.2699
Hunter Lab42.483618.4594-7.5876
CIE-Lab49.555024.8397-12.2290

#96678b color RGB value is (150,103,139).

#96678b hex color red value is 150, green value is 103 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #96678b hue: 0.87 , saturation: 0.19 and the lightness value of 96678b is 0.50.

The process color (four color CMYK) of #96678b color hex is 0.00, 0.31, 0.07, 0.41. Web safe color of #96678b is #996699. Color #96678b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100111 10001011
Octal 226 147 213
Decimal 150 103 139
Hex 96 67 8B

RGB Percentages of Color #96678b

%38.27
%26.28
%35.46

CMYK Percentages of Color #96678b

%0
%31
%7
%41

Triadic Colors of #96678b

#96678b #8b9667 #678b96

Analogous Colors of #96678b

#96678b #966774 #8a6796

Monochromatic Colors of #96678b

#96678b

Complementary Color

#96678b #679672

#96678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96678b Color CSS Codes

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

#96678b Text Font Color

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

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


#96678b Background Color

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

This div background color is #96678b


#96678b Border Color

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

This div border color is #96678b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,103,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96678b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96678b;
  -webkit-box-shadow: 1px 1px 3px 2px #96678b;
  box-shadow:         1px 1px 3px 2px #96678b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96678b


Comments

No comments written yet.

Please login to write comment.