Color Hex Logo

#e24eda Color Hex

#E24EDA
(226,78,218)
0 Favorites   0 Comments

Color spaces of #e24eda

RGB 22678218
HSL0.840.720.60
HSV303°65°89°
CMYK 0.000.650.04   0.11
XYZ46.743326.679569.0157
Yxy26.67950.32820.1873
Hunter Lab51.652271.1444-43.0645
CIE-Lab58.676572.7851-43.0485

#e24eda color RGB value is (226,78,218).

#e24eda hex color red value is 226, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e24eda hue: 0.84 , saturation: 0.72 and the lightness value of e24eda is 0.60.

The process color (four color CMYK) of #e24eda color hex is 0.00, 0.65, 0.04, 0.11. Web safe color of #e24eda is #cc66cc. Color #e24eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001110 11011010
Octal 342 116 332
Decimal 226 78 218
Hex E2 4E DA

RGB Percentages of Color #e24eda

%43.30
%14.94
%41.76

CMYK Percentages of Color #e24eda

%0
%65
%4
%11

Triadic Colors of #e24eda

#e24eda #dae24e #4edae2

Analogous Colors of #e24eda

#e24eda #e24e90 #a04ee2

Monochromatic Colors of #e24eda

#e24eda

Complementary Color

#e24eda #4ee256

#e24eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24eda Color CSS Codes

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

#e24eda Text Font Color

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

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


#e24eda Background Color

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

This div background color is #e24eda


#e24eda Border Color

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

This div border color is #e24eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24eda


Comments

No comments written yet.

Please login to write comment.