Color Hex Logo

#8e04da Color Hex

#8E04DA
(142,4,218)
0 Favorites   0 Comments

Color spaces of #8e04da

RGB 1424218
HSL0.770.960.44
HSV279°98°85°
CMYK 0.350.980.00   0.15
XYZ23.853610.899667.1763
Yxy10.89960.23400.1069
Hunter Lab33.014571.1940-97.5301
CIE-Lab39.410976.5457-74.7251

#8e04da color RGB value is (142,4,218).

#8e04da hex color red value is 142, green value is 4 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8e04da hue: 0.77 , saturation: 0.96 and the lightness value of 8e04da is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00000100 11011010
Octal 216 4 332
Decimal 142 4 218
Hex 8E 4 DA

RGB Percentages of Color #8e04da

%39.01
%1.10
%59.89

CMYK Percentages of Color #8e04da

%35
%98
%0
%15

Triadic Colors of #8e04da

#8e04da #da8e04 #04da8e

Analogous Colors of #8e04da

#8e04da #da04bb #2304da

Monochromatic Colors of #8e04da

#8e04da

Complementary Color

#8e04da #50da04

#8e04da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e04da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e04da Color CSS Codes

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

#8e04da Text Font Color

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

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


#8e04da Background Color

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

This div background color is #8e04da


#8e04da Border Color

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

This div border color is #8e04da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,4,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 #8e04da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e04da


Comments

No comments written yet.

Please login to write comment.