Color Hex Logo

#e14eda Color Hex

#E14EDA
(225,78,218)
0 Favorites   0 Comments

Color spaces of #e14eda

RGB 22578218
HSL0.840.710.59
HSV303°65°88°
CMYK 0.000.650.03   0.12
XYZ46.430626.518369.0010
Yxy26.51830.32710.1868
Hunter Lab51.495970.8242-43.3974
CIE-Lab58.525872.5527-43.2962

#e14eda color RGB value is (225,78,218).

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

The process color (four color CMYK) of #e14eda color hex is 0.00, 0.65, 0.03, 0.12. Web safe color of #e14eda is #cc66cc. Color #e14eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 11011010
Octal 341 116 332
Decimal 225 78 218
Hex E1 4E DA

RGB Percentages of Color #e14eda

%43.19
%14.97
%41.84

CMYK Percentages of Color #e14eda

%0
%65
%3
%12

Triadic Colors of #e14eda

#e14eda #dae14e #4edae1

Analogous Colors of #e14eda

#e14eda #e14e91 #9f4ee1

Monochromatic Colors of #e14eda

#e14eda

Complementary Color

#e14eda #4ee155

#e14eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14eda Color CSS Codes

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

#e14eda Text Font Color

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

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


#e14eda Background Color

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

This div background color is #e14eda


#e14eda Border Color

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

This div border color is #e14eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14eda


Comments

No comments written yet.

Please login to write comment.