Color Hex Logo

#96188e Color Hex

#96188E
(150,24,142)
0 Favorites   0 Comments

Color spaces of #96188e

RGB 15024142
HSL0.840.720.34
HSV304°84°59°
CMYK 0.000.840.05   0.41
XYZ17.78689.090326.4083
Yxy9.09030.33380.1706
Hunter Lab30.150152.5418-30.8266
CIE-Lab36.157661.1766-34.7991

#96188e color RGB value is (150,24,142).

#96188e hex color red value is 150, green value is 24 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #96188e hue: 0.84 , saturation: 0.72 and the lightness value of 96188e is 0.34.

The process color (four color CMYK) of #96188e color hex is 0.00, 0.84, 0.05, 0.41. Web safe color of #96188e is #990099. Color #96188e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011000 10001110
Octal 226 30 216
Decimal 150 24 142
Hex 96 18 8E

RGB Percentages of Color #96188e

%47.47
%7.59
%44.94

CMYK Percentages of Color #96188e

%0
%84
%5
%41

Triadic Colors of #96188e

#96188e #8e9618 #188e96

Analogous Colors of #96188e

#96188e #96184f #5f1896

Monochromatic Colors of #96188e

#96188e

Complementary Color

#96188e #189620

#96188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96188e Color CSS Codes

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

#96188e Text Font Color

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

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


#96188e Background Color

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

This div background color is #96188e


#96188e Border Color

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

This div border color is #96188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96188e


Comments

No comments written yet.

Please login to write comment.