Color Hex Logo

#e415da Color Hex

#E415DA
(228,21,218)
0 Favorites   0 Comments

Color spaces of #e415da

RGB 22821218
HSL0.840.830.49
HSV303°91°89°
CMYK 0.000.910.04   0.11
XYZ44.918022.092368.2265
Yxy22.09230.33210.1634
Hunter Lab47.002488.3297-53.1608
CIE-Lab54.124887.1990-50.2389

#e415da color RGB value is (228,21,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010101 11011010
Octal 344 25 332
Decimal 228 21 218
Hex E4 15 DA

RGB Percentages of Color #e415da

%48.82
%4.50
%46.68

CMYK Percentages of Color #e415da

%0
%91
%4
%11

Triadic Colors of #e415da

#e415da #dae415 #15dae4

Analogous Colors of #e415da

#e415da #e41573 #8715e4

Monochromatic Colors of #e415da

#e415da

Complementary Color

#e415da #15e41f

#e415da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e415da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e415da Color CSS Codes

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

#e415da Text Font Color

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

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


#e415da Background Color

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

This div background color is #e415da


#e415da Border Color

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

This div border color is #e415da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e415da


Comments

No comments written yet.

Please login to write comment.