Color Hex Logo

#8c169e Color Hex

#8C169E
(140,22,158)
0 Favorites   0 Comments

Color spaces of #8c169e

RGB 14022158
HSL0.810.760.35
HSV292°86°62°
CMYK 0.110.860.00   0.38
XYZ17.27378.617933.1007
Yxy8.61790.29280.1461
Hunter Lab29.356353.6588-46.3032
CIE-Lab35.238062.3635-46.1381

#8c169e color RGB value is (140,22,158).

#8c169e hex color red value is 140, green value is 22 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #8c169e hue: 0.81 , saturation: 0.76 and the lightness value of 8c169e is 0.35.

The process color (four color CMYK) of #8c169e color hex is 0.11, 0.86, 0.00, 0.38. Web safe color of #8c169e is #990099. Color #8c169e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00010110 10011110
Octal 214 26 236
Decimal 140 22 158
Hex 8C 16 9E

RGB Percentages of Color #8c169e

%43.75
%6.88
%49.38

CMYK Percentages of Color #8c169e

%11
%86
%0
%38

Triadic Colors of #8c169e

#8c169e #9e8c16 #169e8c

Analogous Colors of #8c169e

#8c169e #9e166c #48169e

Monochromatic Colors of #8c169e

#8c169e

Complementary Color

#8c169e #289e16

#8c169e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c169e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c169e Color CSS Codes

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

#8c169e Text Font Color

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

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


#8c169e Background Color

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

This div background color is #8c169e


#8c169e Border Color

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

This div border color is #8c169e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c169e


Comments

No comments written yet.

Please login to write comment.