Color Hex Logo

#96178b Color Hex

#96178B
(150,23,139)
0 Favorites   0 Comments

Color spaces of #96178b

RGB 15023139
HSL0.850.730.34
HSV305°85°59°
CMYK 0.000.850.07   0.41
XYZ17.54438.960925.2310
Yxy8.96090.33910.1732
Hunter Lab29.934852.2302-29.0192
CIE-Lab35.908960.9428-33.3461

#96178b color RGB value is (150,23,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010111 10001011
Octal 226 27 213
Decimal 150 23 139
Hex 96 17 8B

RGB Percentages of Color #96178b

%48.08
%7.37
%44.55

CMYK Percentages of Color #96178b

%0
%85
%7
%41

Triadic Colors of #96178b

#96178b #8b9617 #178b96

Analogous Colors of #96178b

#96178b #96174c #621796

Monochromatic Colors of #96178b

#96178b

Complementary Color

#96178b #179622

#96178b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96178b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96178b Color CSS Codes

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

#96178b Text Font Color

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

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


#96178b Background Color

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

This div background color is #96178b


#96178b Border Color

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

This div border color is #96178b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96178b


Comments

No comments written yet.

Please login to write comment.