Color Hex Logo

#e419da Color Hex

#E419DA
(228,25,218)
0 Favorites   0 Comments

Color spaces of #e419da

RGB 22825218
HSL0.840.800.50
HSV303°89°89°
CMYK 0.000.890.04   0.11
XYZ44.997422.251268.2529
Yxy22.25120.33210.1642
Hunter Lab47.171287.7247-52.7680
CIE-Lab54.292586.7054-49.9718

#e419da color RGB value is (228,25,218).

#e419da hex color red value is 228, green value is 25 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e419da hue: 0.84 , saturation: 0.80 and the lightness value of e419da is 0.50.

The process color (four color CMYK) of #e419da color hex is 0.00, 0.89, 0.04, 0.11. Web safe color of #e419da is #cc00cc. Color #e419da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011001 11011010
Octal 344 31 332
Decimal 228 25 218
Hex E4 19 DA

RGB Percentages of Color #e419da

%48.41
%5.31
%46.28

CMYK Percentages of Color #e419da

%0
%89
%4
%11

Triadic Colors of #e419da

#e419da #dae419 #19dae4

Analogous Colors of #e419da

#e419da #e41975 #8919e4

Monochromatic Colors of #e419da

#e419da

Complementary Color

#e419da #19e423

#e419da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e419da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e419da Color CSS Codes

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

#e419da Text Font Color

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

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


#e419da Background Color

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

This div background color is #e419da


#e419da Border Color

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

This div border color is #e419da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e419da


Comments

No comments written yet.

Please login to write comment.