Color Hex Logo

#8f819e Color Hex

#8F819E
(143,129,158)
0 Favorites   0 Comments

Color spaces of #8f819e

RGB 143129158
HSL0.750.130.56
HSV269°18°62°
CMYK 0.090.180.00   0.38
XYZ25.349524.008835.6458
Yxy24.00880.29820.2824
Hunter Lab48.99886.5991-8.8334
CIE-Lab56.096611.0839-13.5368

#8f819e color RGB value is (143,129,158).

#8f819e hex color red value is 143, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #8f819e hue: 0.75 , saturation: 0.13 and the lightness value of 8f819e is 0.56.

The process color (four color CMYK) of #8f819e color hex is 0.09, 0.18, 0.00, 0.38. Web safe color of #8f819e is #999999. Color #8f819e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000001 10011110
Octal 217 201 236
Decimal 143 129 158
Hex 8F 81 9E

RGB Percentages of Color #8f819e

%33.26
%30.00
%36.74

CMYK Percentages of Color #8f819e

%9
%18
%0
%38

Triadic Colors of #8f819e

#8f819e #9e8f81 #819e8f

Analogous Colors of #8f819e

#8f819e #9e819e #81829e

Monochromatic Colors of #8f819e

#8f819e

Complementary Color

#8f819e #909e81

#8f819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f819e Color CSS Codes

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

#8f819e Text Font Color

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

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


#8f819e Background Color

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

This div background color is #8f819e


#8f819e Border Color

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

This div border color is #8f819e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,129,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f819e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f819e;
  -webkit-box-shadow: 1px 1px 3px 2px #8f819e;
  box-shadow:         1px 1px 3px 2px #8f819e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,129,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f819e


Comments

No comments written yet.

Please login to write comment.