Color Hex Logo

#96425b Color Hex

#96425B
(150,66,91)
0 Favorites   0 Comments

Color spaces of #96425b

RGB 1506691
HSL0.950.390.42
HSV342°56°59°
CMYK 0.000.560.39   0.41
XYZ16.414211.135811.1818
Yxy11.13580.42380.2875
Hunter Lab33.370329.40243.4922
CIE-Lab39.808337.88642.5626

#96425b color RGB value is (150,66,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000010 01011011
Octal 226 102 133
Decimal 150 66 91
Hex 96 42 5B

RGB Percentages of Color #96425b

%48.86
%21.50
%29.64

CMYK Percentages of Color #96425b

%0
%56
%39
%41

Triadic Colors of #96425b

#96425b #5b9642 #425b96

Analogous Colors of #96425b

#96425b #965342 #964285

Monochromatic Colors of #96425b

#96425b

Complementary Color

#96425b #42967d

#96425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96425b Color CSS Codes

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

#96425b Text Font Color

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

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


#96425b Background Color

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

This div background color is #96425b


#96425b Border Color

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

This div border color is #96425b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96425b


Comments

No comments written yet.

Please login to write comment.