Color Hex Logo

#9b425a Color Hex

#9B425A
(155,66,90)
0 Favorites   0 Comments

Color spaces of #9b425a

RGB 1556690
HSL0.960.400.43
HSV344°57°61°
CMYK 0.000.570.42   0.39
XYZ17.311211.603211.0001
Yxy11.60320.43370.2907
Hunter Lab34.063531.10344.6979
CIE-Lab40.578439.54924.4005

#9b425a color RGB value is (155,66,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01000010 01011010
Octal 233 102 132
Decimal 155 66 90
Hex 9B 42 5A

RGB Percentages of Color #9b425a

%49.84
%21.22
%28.94

CMYK Percentages of Color #9b425a

%0
%57
%42
%39

Triadic Colors of #9b425a

#9b425a #5a9b42 #425a9b

Analogous Colors of #9b425a

#9b425a #9b5742 #9b4287

Monochromatic Colors of #9b425a

#9b425a

Complementary Color

#9b425a #429b83

#9b425a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b425a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b425a Color CSS Codes

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

#9b425a Text Font Color

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

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


#9b425a Background Color

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

This div background color is #9b425a


#9b425a Border Color

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

This div border color is #9b425a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b425a


Comments

No comments written yet.

Please login to write comment.