Color Hex Logo

#96286b Color Hex

#96286B
(150,40,107)
0 Favorites   0 Comments

Color spaces of #96286b

RGB 15040107
HSL0.900.580.37
HSV323°73°59°
CMYK 0.000.730.29   0.41
XYZ15.99039.063214.8165
Yxy9.06320.40110.2273
Hunter Lab30.105142.1260-8.1065
CIE-Lab36.105751.4279-13.0333

#96286b color RGB value is (150,40,107).

#96286b hex color red value is 150, green value is 40 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #96286b hue: 0.90 , saturation: 0.58 and the lightness value of 96286b is 0.37.

The process color (four color CMYK) of #96286b color hex is 0.00, 0.73, 0.29, 0.41. Web safe color of #96286b is #993366. Color #96286b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101000 01101011
Octal 226 50 153
Decimal 150 40 107
Hex 96 28 6B

RGB Percentages of Color #96286b

%50.51
%13.47
%36.03

CMYK Percentages of Color #96286b

%0
%73
%29
%41

Triadic Colors of #96286b

#96286b #6b9628 #286b96

Analogous Colors of #96286b

#96286b #962834 #8a2896

Monochromatic Colors of #96286b

#96286b

Complementary Color

#96286b #289653

#96286b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96286b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96286b Color CSS Codes

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

#96286b Text Font Color

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

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


#96286b Background Color

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

This div background color is #96286b


#96286b Border Color

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

This div border color is #96286b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96286b


Comments

No comments written yet.

Please login to write comment.