Color Hex Logo

#e40dea Color Hex

#E40DEA
(228,13,234)
0 Favorites   0 Comments

Color spaces of #e40dea

RGB 22813234
HSL0.830.890.48
HSV298°94°92°
CMYK 0.030.940.00   0.08
XYZ46.990122.722379.7511
Yxy22.72230.31440.1520
Hunter Lab47.667992.5430-65.8280
CIE-Lab54.785190.2516-58.2400

#e40dea color RGB value is (228,13,234).

#e40dea hex color red value is 228, green value is 13 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e40dea hue: 0.83 , saturation: 0.89 and the lightness value of e40dea is 0.48.

The process color (four color CMYK) of #e40dea color hex is 0.03, 0.94, 0.00, 0.08. Web safe color of #e40dea is #cc00ff. Color #e40dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001101 11101010
Octal 344 15 352
Decimal 228 13 234
Hex E4 D EA

RGB Percentages of Color #e40dea

%48.00
%2.74
%49.26

CMYK Percentages of Color #e40dea

%3
%94
%0
%8

Triadic Colors of #e40dea

#e40dea #eae40d #0deae4

Analogous Colors of #e40dea

#e40dea #ea0d82 #760dea

Monochromatic Colors of #e40dea

#e40dea

Complementary Color

#e40dea #13ea0d

#e40dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40dea Color CSS Codes

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

#e40dea Text Font Color

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

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


#e40dea Background Color

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

This div background color is #e40dea


#e40dea Border Color

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

This div border color is #e40dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40dea


Comments

No comments written yet.

Please login to write comment.