Color Hex Logo

#9b498a Color Hex

#9B498A
(155,73,138)
0 Favorites   0 Comments

Color spaces of #9b498a

RGB 15573138
HSL0.870.360.45
HSV312°53°61°
CMYK 0.000.530.11   0.39
XYZ20.487613.568625.5839
Yxy13.56860.34350.2275
Hunter Lab36.835634.8177-15.3946
CIE-Lab43.607842.8625-20.6423

#9b498a color RGB value is (155,73,138).

#9b498a hex color red value is 155, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9b498a hue: 0.87 , saturation: 0.36 and the lightness value of 9b498a is 0.45.

The process color (four color CMYK) of #9b498a color hex is 0.00, 0.53, 0.11, 0.39. Web safe color of #9b498a is #993399. Color #9b498a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01001001 10001010
Octal 233 111 212
Decimal 155 73 138
Hex 9B 49 8A

RGB Percentages of Color #9b498a

%42.35
%19.95
%37.70

CMYK Percentages of Color #9b498a

%0
%53
%11
%39

Triadic Colors of #9b498a

#9b498a #8a9b49 #498a9b

Analogous Colors of #9b498a

#9b498a #9b4961 #83499b

Monochromatic Colors of #9b498a

#9b498a

Complementary Color

#9b498a #499b5a

#9b498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b498a Color CSS Codes

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

#9b498a Text Font Color

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

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


#9b498a Background Color

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

This div background color is #9b498a


#9b498a Border Color

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

This div border color is #9b498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b498a


Comments

No comments written yet.

Please login to write comment.