Color Hex Logo

#e41adc Color Hex

#E41ADC
(228,26,220)
0 Favorites   0 Comments

Color spaces of #e41adc

RGB 22826220
HSL0.840.800.50
HSV302°89°89°
CMYK 0.000.890.04   0.11
XYZ45.282622.400169.6471
Yxy22.40010.32970.1631
Hunter Lab47.328787.9577-54.1187
CIE-Lab54.449086.8526-50.8597

#e41adc color RGB value is (228,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011010 11011100
Octal 344 32 334
Decimal 228 26 220
Hex E4 1A DC

RGB Percentages of Color #e41adc

%48.10
%5.49
%46.41

CMYK Percentages of Color #e41adc

%0
%89
%4
%11

Triadic Colors of #e41adc

#e41adc #dce41a #1adce4

Analogous Colors of #e41adc

#e41adc #e41a77 #871ae4

Monochromatic Colors of #e41adc

#e41adc

Complementary Color

#e41adc #1ae422

#e41adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41adc Color CSS Codes

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

#e41adc Text Font Color

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

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


#e41adc Background Color

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

This div background color is #e41adc


#e41adc Border Color

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

This div border color is #e41adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,26,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41adc


Comments

No comments written yet.

Please login to write comment.