Color Hex Logo

#9b424e Color Hex

#9B424E
(155,66,78)
0 Favorites   0 Comments

Color spaces of #9b424e

RGB 1556678
HSL0.980.400.43
HSV352°57°61°
CMYK 0.000.570.50   0.39
XYZ16.840911.41518.5234
Yxy11.41510.45790.3104
Hunter Lab33.786229.84828.6930
CIE-Lab40.271038.284011.4635

#9b424e color RGB value is (155,66,78).

#9b424e hex color red value is 155, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #9b424e hue: 0.98 , saturation: 0.40 and the lightness value of 9b424e is 0.43.

The process color (four color CMYK) of #9b424e color hex is 0.00, 0.57, 0.50, 0.39. Web safe color of #9b424e is #993366. Color #9b424e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01000010 01001110
Octal 233 102 116
Decimal 155 66 78
Hex 9B 42 4E

RGB Percentages of Color #9b424e

%51.84
%22.07
%26.09

CMYK Percentages of Color #9b424e

%0
%57
%50
%39

Triadic Colors of #9b424e

#9b424e #4e9b42 #424e9b

Analogous Colors of #9b424e

#9b424e #9b6342 #9b427b

Monochromatic Colors of #9b424e

#9b424e

Complementary Color

#9b424e #429b8f

#9b424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b424e Color CSS Codes

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

#9b424e Text Font Color

<p style="color:#9b424e">Text here</p>

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


#9b424e Background Color

<div style="background-color:#9b424e">
Div content here</div>

This div background color is #9b424e


#9b424e Border Color

<div style="border:3px solid #9b424e">
Div here</div>

This div border color is #9b424e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,66,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b424e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b424e;
  -webkit-box-shadow: 1px 1px 3px 2px #9b424e;
  box-shadow:         1px 1px 3px 2px #9b424e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b424e


Comments

No comments written yet.

Please login to write comment.