Color Hex Logo

#8e3ada Color Hex

#8E3ADA
(142,58,218)
0 Favorites   0 Comments

Color spaces of #8e3ada

RGB 14258218
HSL0.750.680.54
HSV272°73°85°
CMYK 0.350.730.00   0.15
XYZ25.323313.838967.6661
Yxy13.83890.23700.1295
Hunter Lab37.200756.4076-81.8050
CIE-Lab44.001063.1092-67.2239

#8e3ada color RGB value is (142,58,218).

#8e3ada hex color red value is 142, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8e3ada hue: 0.75 , saturation: 0.68 and the lightness value of 8e3ada is 0.54.

The process color (four color CMYK) of #8e3ada color hex is 0.35, 0.73, 0.00, 0.15. Web safe color of #8e3ada is #9933cc. Color #8e3ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00111010 11011010
Octal 216 72 332
Decimal 142 58 218
Hex 8E 3A DA

RGB Percentages of Color #8e3ada

%33.97
%13.88
%52.15

CMYK Percentages of Color #8e3ada

%35
%73
%0
%15

Triadic Colors of #8e3ada

#8e3ada #da8e3a #3ada8e

Analogous Colors of #8e3ada

#8e3ada #da3ad6 #3e3ada

Monochromatic Colors of #8e3ada

#8e3ada

Complementary Color

#8e3ada #86da3a

#8e3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e3ada Color CSS Codes

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

#8e3ada Text Font Color

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

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


#8e3ada Background Color

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

This div background color is #8e3ada


#8e3ada Border Color

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

This div border color is #8e3ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e3ada


Comments

No comments written yet.

Please login to write comment.