Color Hex Logo

#e51eda Color Hex

#E51EDA
(229,30,218)
0 Favorites   0 Comments

Color spaces of #e51eda

RGB 22930218
HSL0.840.790.51
HSV303°87°90°
CMYK 0.000.870.05   0.10
XYZ45.432322.648568.3067
Yxy22.64850.33310.1661
Hunter Lab47.590487.1221-51.7858
CIE-Lab54.708486.1641-49.2997

#e51eda color RGB value is (229,30,218).

#e51eda hex color red value is 229, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e51eda hue: 0.84 , saturation: 0.79 and the lightness value of e51eda is 0.51.

The process color (four color CMYK) of #e51eda color hex is 0.00, 0.87, 0.05, 0.10. Web safe color of #e51eda is #cc33cc. Color #e51eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011110 11011010
Octal 345 36 332
Decimal 229 30 218
Hex E5 1E DA

RGB Percentages of Color #e51eda

%48.01
%6.29
%45.70

CMYK Percentages of Color #e51eda

%0
%87
%5
%10

Triadic Colors of #e51eda

#e51eda #dae51e #1edae5

Analogous Colors of #e51eda

#e51eda #e51e77 #8d1ee5

Monochromatic Colors of #e51eda

#e51eda

Complementary Color

#e51eda #1ee529

#e51eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51eda Color CSS Codes

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

#e51eda Text Font Color

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

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


#e51eda Background Color

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

This div background color is #e51eda


#e51eda Border Color

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

This div border color is #e51eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51eda


Comments

No comments written yet.

Please login to write comment.