Color Hex Logo

#e53edc Color Hex

#E53EDC
(229,62,220)
0 Favorites   0 Comments

Color spaces of #e53edc

RGB 22962220
HSL0.840.760.57
HSV303°73°90°
CMYK 0.000.730.04   0.10
XYZ46.954025.270670.1131
Yxy25.27060.32990.1775
Hunter Lab50.269978.7536-47.5049
CIE-Lab57.338179.1460-46.2618

#e53edc color RGB value is (229,62,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111110 11011100
Octal 345 76 334
Decimal 229 62 220
Hex E5 3E DC

RGB Percentages of Color #e53edc

%44.81
%12.13
%43.05

CMYK Percentages of Color #e53edc

%0
%73
%4
%10

Triadic Colors of #e53edc

#e53edc #dce53e #3edce5

Analogous Colors of #e53edc

#e53edc #e53e89 #9b3ee5

Monochromatic Colors of #e53edc

#e53edc

Complementary Color

#e53edc #3ee547

#e53edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53edc Color CSS Codes

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

#e53edc Text Font Color

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

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


#e53edc Background Color

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

This div background color is #e53edc


#e53edc Border Color

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

This div border color is #e53edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53edc


Comments

No comments written yet.

Please login to write comment.