Color Hex Logo

#96427b Color Hex

#96427B
(150,66,123)
0 Favorites   0 Comments

Color spaces of #96427b

RGB 15066123
HSL0.890.390.42
HSV319°56°59°
CMYK 0.000.560.18   0.41
XYZ18.101011.810520.0645
Yxy11.81050.36220.2363
Hunter Lab34.366433.8758-10.5594
CIE-Lab40.913342.3518-15.6850

#96427b color RGB value is (150,66,123).

#96427b hex color red value is 150, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #96427b hue: 0.89 , saturation: 0.39 and the lightness value of 96427b is 0.42.

The process color (four color CMYK) of #96427b color hex is 0.00, 0.56, 0.18, 0.41. Web safe color of #96427b is #993366. Color #96427b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000010 01111011
Octal 226 102 173
Decimal 150 66 123
Hex 96 42 7B

RGB Percentages of Color #96427b

%44.25
%19.47
%36.28

CMYK Percentages of Color #96427b

%0
%56
%18
%41

Triadic Colors of #96427b

#96427b #7b9642 #427b96

Analogous Colors of #96427b

#96427b #964251 #874296

Monochromatic Colors of #96427b

#96427b

Complementary Color

#96427b #42965d

#96427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96427b Color CSS Codes

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

#96427b Text Font Color

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

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


#96427b Background Color

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

This div background color is #96427b


#96427b Border Color

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

This div border color is #96427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96427b


Comments

No comments written yet.

Please login to write comment.