color codes Logo

#8e186c color codes

#8E186C
(142,24,108)
0 Favorites   0 Comments

Color spaces of #8e186c

RGB 14224108
HSL0.880.710.33
HSV317°83°56°
CMYK 0.000.830.24   0.44
XYZ14.18877.486814.8846
Yxy7.48680.38810.2048
Hunter Lab27.362044.6785-13.0996
CIE-Lab32.890454.5050-18.7343

#8e186c color RGB value is (142,24,108).

#8e186c hex color red value is 142, green value is 24 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #8e186c hue: 0.88 , saturation: 0.71 and the lightness value of 8e186c is 0.33.

The process color (four color CMYK) of #8e186c color code is 0.00, 0.83, 0.24, 0.44. Web safe color of #8e186c is #990066. Color #8e186c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00011000 01101100
Octal 216 30 154
Decimal 142 24 108
Hex 8E 18 6C

RGB Percentages of Color #8e186c

%51.82
%8.76
%39.42

CMYK Percentages of Color #8e186c

%0
%83
%24
%44

Triadic Colors of #8e186c

#8e186c #6c8e18 #186c8e

Analogous Colors of #8e186c

#8e186c #8e1831 #75188e

Monochromatic Colors of #8e186c

#8e186c

Complementary Color

#8e186c #188e3a

#8e186c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e186c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e186c Color CSS Codes

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

#8e186c Text Font Color

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

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


#8e186c Background Color

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

This div background color is #8e186c


#8e186c Border Color

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

This div border color is #8e186c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e186c


Comments

No comments written yet.

Please login to write comment.