Color Hex Logo

#e001da Color Hex

#E001DA
(224,1,218)
0 Favorites   0 Comments

Color spaces of #e001da

RGB 2241218
HSL0.840.990.44
HSV302°100°88°
CMYK 0.001.000.03   0.12
XYZ43.406220.931068.0820
Yxy20.93100.32780.1581
Hunter Lab45.750489.2906-56.2052
CIE-Lab52.873988.1715-52.2747

#e001da color RGB value is (224,1,218).

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

The process color (four color CMYK) of #e001da color hex is 0.00, 1.00, 0.03, 0.12. Web safe color of #e001da is #cc00cc. Color #e001da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000001 11011010
Octal 340 1 332
Decimal 224 1 218
Hex E0 1 DA

RGB Percentages of Color #e001da

%50.56
%0.23
%49.21

CMYK Percentages of Color #e001da

%0
%100
%3
%12

Triadic Colors of #e001da

#e001da #dae001 #01dae0

Analogous Colors of #e001da

#e001da #e0016b #7701e0

Monochromatic Colors of #e001da

#e001da

Complementary Color

#e001da #01e007

#e001da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e001da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e001da Color CSS Codes

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

#e001da Text Font Color

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

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


#e001da Background Color

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

This div background color is #e001da


#e001da Border Color

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

This div border color is #e001da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e001da


Comments

No comments written yet.

Please login to write comment.