Color Hex Logo

#e042df Color Hex

#E042DF
(224,66,223)
0 Favorites   0 Comments

Color spaces of #e042df

RGB 22466223
HSL0.830.720.57
HSV300°71°88°
CMYK 0.000.710.00   0.12
XYZ46.008025.071472.2264
Yxy25.07140.32100.1750
Hunter Lab50.071376.3897-50.4741
CIE-Lab57.144977.3063-48.3130

#e042df color RGB value is (224,66,223).

#e042df hex color red value is 224, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e042df hue: 0.83 , saturation: 0.72 and the lightness value of e042df is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000010 11011111
Octal 340 102 337
Decimal 224 66 223
Hex E0 42 DF

RGB Percentages of Color #e042df

%43.66
%12.87
%43.47

CMYK Percentages of Color #e042df

%0
%71
%0
%12

Triadic Colors of #e042df

#e042df #dfe042 #42dfe0

Analogous Colors of #e042df

#e042df #e04290 #9242e0

Monochromatic Colors of #e042df

#e042df

Complementary Color

#e042df #42e043

#e042df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e042df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e042df Color CSS Codes

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

#e042df Text Font Color

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

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


#e042df Background Color

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

This div background color is #e042df


#e042df Border Color

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

This div border color is #e042df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e042df


Comments

No comments written yet.

Please login to write comment.