Color Hex Logo

#8e76ce Color Hex

#8E76CE
(142,118,206)
0 Favorites   0 Comments

Color spaces of #8e76ce

RGB 142118206
HSL0.710.470.64
HSV256°43°81°
CMYK 0.310.430.00   0.19
XYZ28.774323.163961.3470
Yxy23.16390.25400.2045
Hunter Lab48.128922.4923-41.8832
CIE-Lab55.240828.6593-42.3575

#8e76ce color RGB value is (142,118,206).

#8e76ce hex color red value is 142, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8e76ce hue: 0.71 , saturation: 0.47 and the lightness value of 8e76ce is 0.64.

The process color (four color CMYK) of #8e76ce color hex is 0.31, 0.43, 0.00, 0.19. Web safe color of #8e76ce is #9966cc. Color #8e76ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01110110 11001110
Octal 216 166 316
Decimal 142 118 206
Hex 8E 76 CE

RGB Percentages of Color #8e76ce

%30.47
%25.32
%44.21

CMYK Percentages of Color #8e76ce

%31
%43
%0
%19

Triadic Colors of #8e76ce

#8e76ce #ce8e76 #76ce8e

Analogous Colors of #8e76ce

#8e76ce #ba76ce #768ace

Monochromatic Colors of #8e76ce

#8e76ce

Complementary Color

#8e76ce #b6ce76

#8e76ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e76ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e76ce Color CSS Codes

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

#8e76ce Text Font Color

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

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


#8e76ce Background Color

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

This div background color is #8e76ce


#8e76ce Border Color

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

This div border color is #8e76ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e76ce


Comments

No comments written yet.

Please login to write comment.