Color Hex Logo

#8b758e Color Hex

#8B758E
(139,117,142)
0 Favorites   0 Comments

Color spaces of #8b758e

RGB 139117142
HSL0.810.100.51
HSV293°18°56°
CMYK 0.020.180.00   0.44
XYZ21.891220.164528.3295
Yxy20.16450.31100.2865
Hunter Lab44.90498.4354-5.9713
CIE-Lab52.022713.2869-10.3995

#8b758e color RGB value is (139,117,142).

#8b758e hex color red value is 139, green value is 117 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8b758e hue: 0.81 , saturation: 0.10 and the lightness value of 8b758e is 0.51.

The process color (four color CMYK) of #8b758e color hex is 0.02, 0.18, 0.00, 0.44. Web safe color of #8b758e is #996699. Color #8b758e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110101 10001110
Octal 213 165 216
Decimal 139 117 142
Hex 8B 75 8E

RGB Percentages of Color #8b758e

%34.92
%29.40
%35.68

CMYK Percentages of Color #8b758e

%2
%18
%0
%44

Triadic Colors of #8b758e

#8b758e #8e8b75 #758e8b

Analogous Colors of #8b758e

#8b758e #8e7585 #7f758e

Monochromatic Colors of #8b758e

#8b758e

Complementary Color

#8b758e #788e75

#8b758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b758e Color CSS Codes

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

#8b758e Text Font Color

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

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


#8b758e Background Color

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

This div background color is #8b758e


#8b758e Border Color

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

This div border color is #8b758e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,117,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b758e


Comments

No comments written yet.

Please login to write comment.