Color Hex Logo

#e142dc Color Hex

#E142DC
(225,66,220)
0 Favorites   0 Comments

Color spaces of #e142dc

RGB 22566220
HSL0.840.730.57
HSV302°71°88°
CMYK 0.000.710.02   0.12
XYZ45.917825.071370.1293
Yxy25.07130.32540.1777
Hunter Lab50.071276.0686-47.9911
CIE-Lab57.144877.0500-46.6084

#e142dc color RGB value is (225,66,220).

#e142dc hex color red value is 225, green value is 66 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e142dc hue: 0.84 , saturation: 0.73 and the lightness value of e142dc is 0.57.

The process color (four color CMYK) of #e142dc color hex is 0.00, 0.71, 0.02, 0.12. Web safe color of #e142dc is #cc33cc. Color #e142dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 11011100
Octal 341 102 334
Decimal 225 66 220
Hex E1 42 DC

RGB Percentages of Color #e142dc

%44.03
%12.92
%43.05

CMYK Percentages of Color #e142dc

%0
%71
%2
%12

Triadic Colors of #e142dc

#e142dc #dce142 #42dce1

Analogous Colors of #e142dc

#e142dc #e1428d #9742e1

Monochromatic Colors of #e142dc

#e142dc

Complementary Color

#e142dc #42e147

#e142dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e142dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e142dc Color CSS Codes

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

#e142dc Text Font Color

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

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


#e142dc Background Color

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

This div background color is #e142dc


#e142dc Border Color

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

This div border color is #e142dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e142dc


Comments

No comments written yet.

Please login to write comment.