Color Hex Logo

#8b719d Color Hex

#8B719D
(139,113,157)
0 Favorites   0 Comments

Color spaces of #8b719d

RGB 139113157
HSL0.770.180.53
HSV275°28°62°
CMYK 0.110.280.00   0.38
XYZ22.638419.733534.5141
Yxy19.73350.29440.2567
Hunter Lab44.422413.2274-14.9698
CIE-Lab51.534618.8391-19.9280

#8b719d color RGB value is (139,113,157).

#8b719d hex color red value is 139, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #8b719d hue: 0.77 , saturation: 0.18 and the lightness value of 8b719d is 0.53.

The process color (four color CMYK) of #8b719d color hex is 0.11, 0.28, 0.00, 0.38. Web safe color of #8b719d is #996699. Color #8b719d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110001 10011101
Octal 213 161 235
Decimal 139 113 157
Hex 8B 71 9D

RGB Percentages of Color #8b719d

%33.99
%27.63
%38.39

CMYK Percentages of Color #8b719d

%11
%28
%0
%38

Triadic Colors of #8b719d

#8b719d #9d8b71 #719d8b

Analogous Colors of #8b719d

#8b719d #9d7199 #75719d

Monochromatic Colors of #8b719d

#8b719d

Complementary Color

#8b719d #839d71

#8b719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b719d Color CSS Codes

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

#8b719d Text Font Color

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

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


#8b719d Background Color

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

This div background color is #8b719d


#8b719d Border Color

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

This div border color is #8b719d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b719d


Comments

No comments written yet.

Please login to write comment.