Color Hex Logo

#96028e Color Hex

#96028E
(150,2,142)
0 Favorites   0 Comments

Color spaces of #96028e

RGB 1502142
HSL0.840.970.30
HSV303°99°59°
CMYK 0.000.990.05   0.41
XYZ17.48198.480426.3067
Yxy8.48040.33450.1622
Hunter Lab29.121156.1946-33.1751
CIE-Lab34.964064.6777-36.6968

#96028e color RGB value is (150,2,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000010 10001110
Octal 226 2 216
Decimal 150 2 142
Hex 96 2 8E

RGB Percentages of Color #96028e

%51.02
%0.68
%48.30

CMYK Percentages of Color #96028e

%0
%99
%5
%41

Triadic Colors of #96028e

#96028e #8e9602 #028e96

Analogous Colors of #96028e

#96028e #960244 #540296

Monochromatic Colors of #96028e

#96028e

Complementary Color

#96028e #02960a

#96028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96028e Color CSS Codes

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

#96028e Text Font Color

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

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


#96028e Background Color

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

This div background color is #96028e


#96028e Border Color

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

This div border color is #96028e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96028e


Comments

No comments written yet.

Please login to write comment.