Color Hex Logo

#96128b Color Hex

#96128B
(150,18,139)
0 Favorites   0 Comments

Color spaces of #96128b

RGB 15018139
HSL0.850.790.33
HSV305°88°59°
CMYK 0.000.880.07   0.41
XYZ17.45428.780725.2010
Yxy8.78070.33930.1707
Hunter Lab29.632253.2849-29.6811
CIE-Lab35.558661.9645-33.9014

#96128b color RGB value is (150,18,139).

#96128b hex color red value is 150, green value is 18 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #96128b hue: 0.85 , saturation: 0.79 and the lightness value of 96128b is 0.33.

The process color (four color CMYK) of #96128b color hex is 0.00, 0.88, 0.07, 0.41. Web safe color of #96128b is #990099. Color #96128b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010010 10001011
Octal 226 22 213
Decimal 150 18 139
Hex 96 12 8B

RGB Percentages of Color #96128b

%48.86
%5.86
%45.28

CMYK Percentages of Color #96128b

%0
%88
%7
%41

Triadic Colors of #96128b

#96128b #8b9612 #128b96

Analogous Colors of #96128b

#96128b #961249 #5f1296

Monochromatic Colors of #96128b

#96128b

Complementary Color

#96128b #12961d

#96128b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96128b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96128b Color CSS Codes

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

#96128b Text Font Color

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

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


#96128b Background Color

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

This div background color is #96128b


#96128b Border Color

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

This div border color is #96128b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96128b


Comments

No comments written yet.

Please login to write comment.