Color Hex Logo

#8c119c Color Hex

#8C119C
(140,17,156)
0 Favorites   0 Comments

Color spaces of #8c119c

RGB 14017156
HSL0.810.800.34
HSV293°89°61°
CMYK 0.100.890.00   0.39
XYZ17.01648.376632.1725
Yxy8.37660.29560.1455
Hunter Lab28.942454.2984-45.6475
CIE-Lab34.755263.0311-45.7015

#8c119c color RGB value is (140,17,156).

#8c119c hex color red value is 140, green value is 17 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #8c119c hue: 0.81 , saturation: 0.80 and the lightness value of 8c119c is 0.34.

The process color (four color CMYK) of #8c119c color hex is 0.10, 0.89, 0.00, 0.39. Web safe color of #8c119c is #990099. Color #8c119c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00010001 10011100
Octal 214 21 234
Decimal 140 17 156
Hex 8C 11 9C

RGB Percentages of Color #8c119c

%44.73
%5.43
%49.84

CMYK Percentages of Color #8c119c

%10
%89
%0
%39

Triadic Colors of #8c119c

#8c119c #9c8c11 #119c8c

Analogous Colors of #8c119c

#8c119c #9c1167 #47119c

Monochromatic Colors of #8c119c

#8c119c

Complementary Color

#8c119c #219c11

#8c119c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c119c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c119c Color CSS Codes

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

#8c119c Text Font Color

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

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


#8c119c Background Color

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

This div background color is #8c119c


#8c119c Border Color

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

This div border color is #8c119c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,17,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c119c


Comments

No comments written yet.

Please login to write comment.