Color Hex Logo

#9b637f Color Hex

#9B637F
(155,99,127)
0 Favorites   0 Comments

Color spaces of #9b637f

RGB 15599127
HSL0.920.220.50
HSV330°36°61°
CMYK 0.000.360.18   0.39
XYZ21.810217.424522.2924
Yxy17.42450.35450.2832
Hunter Lab41.742720.2151-2.4436
CIE-Lab48.790526.8402-6.1692

#9b637f color RGB value is (155,99,127).

#9b637f hex color red value is 155, green value is 99 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #9b637f hue: 0.92 , saturation: 0.22 and the lightness value of 9b637f is 0.50.

The process color (four color CMYK) of #9b637f color hex is 0.00, 0.36, 0.18, 0.39. Web safe color of #9b637f is #996666. Color #9b637f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01100011 01111111
Octal 233 143 177
Decimal 155 99 127
Hex 9B 63 7F

RGB Percentages of Color #9b637f

%40.68
%25.98
%33.33

CMYK Percentages of Color #9b637f

%0
%36
%18
%39

Triadic Colors of #9b637f

#9b637f #7f9b63 #637f9b

Analogous Colors of #9b637f

#9b637f #9b6363 #9b639b

Monochromatic Colors of #9b637f

#9b637f

Complementary Color

#9b637f #639b7f

#9b637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b637f Color CSS Codes

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

#9b637f Text Font Color

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

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


#9b637f Background Color

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

This div background color is #9b637f


#9b637f Border Color

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

This div border color is #9b637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b637f


Comments

No comments written yet.

Please login to write comment.