Color Hex Logo

#96238e Color Hex

#96238E
(150,35,142)
0 Favorites   0 Comments

Color spaces of #96238e

RGB 15035142
HSL0.840.620.36
HSV304°77°59°
CMYK 0.000.770.05   0.41
XYZ18.06129.639126.4998
Yxy9.63910.33320.1778
Hunter Lab31.046949.5084-28.8736
CIE-Lab37.186858.2036-33.1685

#96238e color RGB value is (150,35,142).

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

The process color (four color CMYK) of #96238e color hex is 0.00, 0.77, 0.05, 0.41. Web safe color of #96238e is #993399. Color #96238e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100011 10001110
Octal 226 43 216
Decimal 150 35 142
Hex 96 23 8E

RGB Percentages of Color #96238e

%45.87
%10.70
%43.43

CMYK Percentages of Color #96238e

%0
%77
%5
%41

Triadic Colors of #96238e

#96238e #8e9623 #238e96

Analogous Colors of #96238e

#96238e #962355 #652396

Monochromatic Colors of #96238e

#96238e

Complementary Color

#96238e #23962b

#96238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96238e Color CSS Codes

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

#96238e Text Font Color

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

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


#96238e Background Color

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

This div background color is #96238e


#96238e Border Color

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

This div border color is #96238e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96238e


Comments

No comments written yet.

Please login to write comment.