Color Hex Logo

#9b477a Color Hex

#9B477A
(155,71,122)
0 Favorites   0 Comments

Color spaces of #9b477a

RGB 15571122
HSL0.900.370.44
HSV324°54°61°
CMYK 0.000.540.21   0.39
XYZ19.283712.880219.8821
Yxy12.88020.37050.2475
Hunter Lab35.889033.1050-7.7237
CIE-Lab42.582241.2921-12.4618

#9b477a color RGB value is (155,71,122).

#9b477a hex color red value is 155, green value is 71 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #9b477a hue: 0.90 , saturation: 0.37 and the lightness value of 9b477a is 0.44.

The process color (four color CMYK) of #9b477a color hex is 0.00, 0.54, 0.21, 0.39. Web safe color of #9b477a is #993366. Color #9b477a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01000111 01111010
Octal 233 107 172
Decimal 155 71 122
Hex 9B 47 7A

RGB Percentages of Color #9b477a

%44.54
%20.40
%35.06

CMYK Percentages of Color #9b477a

%0
%54
%21
%39

Triadic Colors of #9b477a

#9b477a #7a9b47 #477a9b

Analogous Colors of #9b477a

#9b477a #9b4750 #92479b

Monochromatic Colors of #9b477a

#9b477a

Complementary Color

#9b477a #479b68

#9b477a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b477a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b477a Color CSS Codes

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

#9b477a Text Font Color

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

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


#9b477a Background Color

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

This div background color is #9b477a


#9b477a Border Color

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

This div border color is #9b477a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b477a


Comments

No comments written yet.

Please login to write comment.