color codes Logo

#8e148c color codes

#8E148C
(142,20,140)
0 Favorites   0 Comments

Color spaces of #8e148c

RGB 14220140
HSL0.840.750.32
HSV301°86°56°
CMYK 0.000.860.01   0.44
XYZ16.13918.144525.5324
Yxy8.14450.32400.1635
Hunter Lab28.538651.0026-33.0676
CIE-Lab34.282060.1420-36.6383

#8e148c color RGB value is (142,20,140).

#8e148c hex color red value is 142, green value is 20 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #8e148c hue: 0.84 , saturation: 0.75 and the lightness value of 8e148c is 0.32.

The process color (four color CMYK) of #8e148c color code is 0.00, 0.86, 0.01, 0.44. Web safe color of #8e148c is #990099. Color #8e148c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00010100 10001100
Octal 216 24 214
Decimal 142 20 140
Hex 8E 14 8C

RGB Percentages of Color #8e148c

%47.02
%6.62
%46.36

CMYK Percentages of Color #8e148c

%0
%86
%1
%44

Triadic Colors of #8e148c

#8e148c #8c8e14 #148c8e

Analogous Colors of #8e148c

#8e148c #8e144f #53148e

Monochromatic Colors of #8e148c

#8e148c

Complementary Color

#8e148c #148e16

#8e148c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e148c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e148c Color CSS Codes

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

#8e148c Text Font Color

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

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


#8e148c Background Color

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

This div background color is #8e148c


#8e148c Border Color

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

This div border color is #8e148c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e148c


Comments

No comments written yet.

Please login to write comment.