Color Hex Logo

#8b607f Color Hex

#8B607F
(139,96,127)
0 Favorites   0 Comments

Color spaces of #8b607f

RGB 13996127
HSL0.880.180.46
HSV317°31°55°
CMYK 0.000.310.09   0.45
XYZ18.661115.387022.0651
Yxy15.38700.33260.2742
Hunter Lab39.226316.2718-5.8927
CIE-Lab46.159822.6749-10.3030

#8b607f color RGB value is (139,96,127).

#8b607f hex color red value is 139, green value is 96 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8b607f hue: 0.88 , saturation: 0.18 and the lightness value of 8b607f is 0.46.

The process color (four color CMYK) of #8b607f color hex is 0.00, 0.31, 0.09, 0.45. Web safe color of #8b607f is #996666. Color #8b607f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100000 01111111
Octal 213 140 177
Decimal 139 96 127
Hex 8B 60 7F

RGB Percentages of Color #8b607f

%38.40
%26.52
%35.08

CMYK Percentages of Color #8b607f

%0
%31
%9
%45

Triadic Colors of #8b607f

#8b607f #7f8b60 #607f8b

Analogous Colors of #8b607f

#8b607f #8b606a #82608b

Monochromatic Colors of #8b607f

#8b607f

Complementary Color

#8b607f #608b6c

#8b607f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b607f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b607f Color CSS Codes

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

#8b607f Text Font Color

<p style="color:#8b607f">Text here</p>

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


#8b607f Background Color

<div style="background-color:#8b607f">
Div content here</div>

This div background color is #8b607f


#8b607f Border Color

<div style="border:3px solid #8b607f">
Div here</div>

This div border color is #8b607f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,96,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b607f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b607f;
  -webkit-box-shadow: 1px 1px 3px 2px #8b607f;
  box-shadow:         1px 1px 3px 2px #8b607f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,96,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 #8b607f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b607f


Comments

No comments written yet.

Please login to write comment.