Color Hex Logo

#e142ea Color Hex

#E142EA
(225,66,234)
0 Favorites   0 Comments

Color spaces of #e142ea

RGB 22566234
HSL0.820.800.59
HSV297°72°92°
CMYK 0.040.720.00   0.08
XYZ47.850825.844580.3084
Yxy25.84450.31070.1678
Hunter Lab50.837579.0476-58.0747
CIE-Lab57.889279.2715-53.3072

#e142ea color RGB value is (225,66,234).

#e142ea hex color red value is 225, green value is 66 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e142ea hue: 0.82 , saturation: 0.80 and the lightness value of e142ea is 0.59.

The process color (four color CMYK) of #e142ea color hex is 0.04, 0.72, 0.00, 0.08. Web safe color of #e142ea is #cc33ff. Color #e142ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 11101010
Octal 341 102 352
Decimal 225 66 234
Hex E1 42 EA

RGB Percentages of Color #e142ea

%42.86
%12.57
%44.57

CMYK Percentages of Color #e142ea

%4
%72
%0
%8

Triadic Colors of #e142ea

#e142ea #eae142 #42eae1

Analogous Colors of #e142ea

#e142ea #ea429f #8d42ea

Monochromatic Colors of #e142ea

#e142ea

Complementary Color

#e142ea #4bea42

#e142ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e142ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e142ea Color CSS Codes

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

#e142ea Text Font Color

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

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


#e142ea Background Color

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

This div background color is #e142ea


#e142ea Border Color

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

This div border color is #e142ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,66,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e142ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e142ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e142ea;
  box-shadow:         1px 1px 3px 2px #e142ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,66,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e142ea


Comments

No comments written yet.

Please login to write comment.