Color Hex Logo

#e50edc Color Hex

#E50EDC
(229,14,220)
0 Favorites   0 Comments

Color spaces of #e50edc

RGB 22914220
HSL0.840.880.48
HSV303°94°90°
CMYK 0.000.940.04   0.10
XYZ45.388422.139469.5912
Yxy22.13940.33100.1615
Hunter Lab47.052589.8450-54.7538
CIE-Lab54.174688.3391-51.2866

#e50edc color RGB value is (229,14,220).

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

The process color (four color CMYK) of #e50edc color hex is 0.00, 0.94, 0.04, 0.10. Web safe color of #e50edc is #cc00cc. Color #e50edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001110 11011100
Octal 345 16 334
Decimal 229 14 220
Hex E5 E DC

RGB Percentages of Color #e50edc

%49.46
%3.02
%47.52

CMYK Percentages of Color #e50edc

%0
%94
%4
%10

Triadic Colors of #e50edc

#e50edc #dce50e #0edce5

Analogous Colors of #e50edc

#e50edc #e50e71 #830ee5

Monochromatic Colors of #e50edc

#e50edc

Complementary Color

#e50edc #0ee517

#e50edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50edc Color CSS Codes

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

#e50edc Text Font Color

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

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


#e50edc Background Color

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

This div background color is #e50edc


#e50edc Border Color

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

This div border color is #e50edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50edc


Comments

No comments written yet.

Please login to write comment.