Color Hex Logo

#8e2779 Color Hex

#8E2779
(142,39,121)
0 Favorites   0 Comments

Color spaces of #8e2779

RGB 14239121
HSL0.870.570.35
HSV312°73°56°
CMYK 0.000.730.15   0.44
XYZ15.33208.582318.9376
Yxy8.58230.35780.2003
Hunter Lab29.295642.1518-17.8201
CIE-Lab35.167351.6316-23.4201

#8e2779 color RGB value is (142,39,121).

#8e2779 hex color red value is 142, green value is 39 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #8e2779 hue: 0.87 , saturation: 0.57 and the lightness value of 8e2779 is 0.35.

The process color (four color CMYK) of #8e2779 color hex is 0.00, 0.73, 0.15, 0.44. Web safe color of #8e2779 is #993366. Color #8e2779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00100111 01111001
Octal 216 47 171
Decimal 142 39 121
Hex 8E 27 79

RGB Percentages of Color #8e2779

%47.02
%12.91
%40.07

CMYK Percentages of Color #8e2779

%0
%73
%15
%44

Triadic Colors of #8e2779

#8e2779 #798e27 #27798e

Analogous Colors of #8e2779

#8e2779 #8e2745 #70278e

Monochromatic Colors of #8e2779

#8e2779

Complementary Color

#8e2779 #278e3c

#8e2779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e2779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e2779 Color CSS Codes

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

#8e2779 Text Font Color

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

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


#8e2779 Background Color

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

This div background color is #8e2779


#8e2779 Border Color

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

This div border color is #8e2779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e2779


Comments

No comments written yet.

Please login to write comment.