Color Hex Logo

#96418a Color Hex

#96418A
(150,65,138)
0 Favorites   0 Comments

Color spaces of #96418a

RGB 15065138
HSL0.860.400.42
HSV308°57°59°
CMYK 0.000.570.08   0.41
XYZ19.055412.099625.3759
Yxy12.09960.33710.2140
Hunter Lab34.784536.9118-18.9040
CIE-Lab41.374045.3358-24.1583

#96418a color RGB value is (150,65,138).

#96418a hex color red value is 150, green value is 65 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #96418a hue: 0.86 , saturation: 0.40 and the lightness value of 96418a is 0.42.

The process color (four color CMYK) of #96418a color hex is 0.00, 0.57, 0.08, 0.41. Web safe color of #96418a is #993399. Color #96418a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000001 10001010
Octal 226 101 212
Decimal 150 65 138
Hex 96 41 8A

RGB Percentages of Color #96418a

%42.49
%18.41
%39.09

CMYK Percentages of Color #96418a

%0
%57
%8
%41

Triadic Colors of #96418a

#96418a #8a9641 #418a96

Analogous Colors of #96418a

#96418a #96415f #784196

Monochromatic Colors of #96418a

#96418a

Complementary Color

#96418a #41964d

#96418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96418a Color CSS Codes

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

#96418a Text Font Color

<p style="color:#96418a">Text here</p>

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


#96418a Background Color

<div style="background-color:#96418a">
Div content here</div>

This div background color is #96418a


#96418a Border Color

<div style="border:3px solid #96418a">
Div here</div>

This div border color is #96418a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,65,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96418a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96418a;
  -webkit-box-shadow: 1px 1px 3px 2px #96418a;
  box-shadow:         1px 1px 3px 2px #96418a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,65,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #96418a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96418a


Comments

No comments written yet.

Please login to write comment.