Color Hex Logo

#e043da Color Hex

#E043DA
(224,67,218)
0 Favorites   0 Comments

Color spaces of #e043da

RGB 22467218
HSL0.840.720.57
HSV302°70°88°
CMYK 0.000.700.03   0.12
XYZ45.402524.923668.7474
Yxy24.92360.32650.1792
Hunter Lab49.923574.9690-46.6990
CIE-Lab57.000976.1972-45.7146

#e043da color RGB value is (224,67,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000011 11011010
Octal 340 103 332
Decimal 224 67 218
Hex E0 43 DA

RGB Percentages of Color #e043da

%44.01
%13.16
%42.83

CMYK Percentages of Color #e043da

%0
%70
%3
%12

Triadic Colors of #e043da

#e043da #dae043 #43dae0

Analogous Colors of #e043da

#e043da #e0438c #9843e0

Monochromatic Colors of #e043da

#e043da

Complementary Color

#e043da #43e049

#e043da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e043da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e043da Color CSS Codes

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

#e043da Text Font Color

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

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


#e043da Background Color

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

This div background color is #e043da


#e043da Border Color

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

This div border color is #e043da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e043da


Comments

No comments written yet.

Please login to write comment.