Color Hex Logo

#e53edd Color Hex

#E53EDD
(229,62,221)
0 Favorites   0 Comments

Color spaces of #e53edd

RGB 22962221
HSL0.840.760.57
HSV303°73°90°
CMYK 0.000.730.03   0.10
XYZ47.086925.323770.8128
Yxy25.32370.32880.1768
Hunter Lab50.322778.9578-48.2056
CIE-Lab57.389579.2973-46.7460

#e53edd color RGB value is (229,62,221).

#e53edd hex color red value is 229, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e53edd hue: 0.84 , saturation: 0.76 and the lightness value of e53edd is 0.57.

The process color (four color CMYK) of #e53edd color hex is 0.00, 0.73, 0.03, 0.10. Web safe color of #e53edd is #cc33cc. Color #e53edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111110 11011101
Octal 345 76 335
Decimal 229 62 221
Hex E5 3E DD

RGB Percentages of Color #e53edd

%44.73
%12.11
%43.16

CMYK Percentages of Color #e53edd

%0
%73
%3
%10

Triadic Colors of #e53edd

#e53edd #dde53e #3edde5

Analogous Colors of #e53edd

#e53edd #e53e8a #9a3ee5

Monochromatic Colors of #e53edd

#e53edd

Complementary Color

#e53edd #3ee546

#e53edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53edd Color CSS Codes

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

#e53edd Text Font Color

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

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


#e53edd Background Color

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

This div background color is #e53edd


#e53edd Border Color

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

This div border color is #e53edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,62,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53edd


Comments

No comments written yet.

Please login to write comment.