Color Hex Logo

#e504dc Color Hex

#E504DC
(229,4,220)
0 Favorites   0 Comments

Color spaces of #e504dc

RGB 2294220
HSL0.840.970.46
HSV302°98°90°
CMYK 0.000.980.04   0.10
XYZ45.274821.912269.5534
Yxy21.91220.33110.1602
Hunter Lab46.810590.7258-55.3288
CIE-Lab53.933789.0511-51.6707

#e504dc color RGB value is (229,4,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000100 11011100
Octal 345 4 334
Decimal 229 4 220
Hex E5 4 DC

RGB Percentages of Color #e504dc

%50.55
%0.88
%48.57

CMYK Percentages of Color #e504dc

%0
%98
%4
%10

Triadic Colors of #e504dc

#e504dc #dce504 #04dce5

Analogous Colors of #e504dc

#e504dc #e5046c #7e04e5

Monochromatic Colors of #e504dc

#e504dc

Complementary Color

#e504dc #04e50d

#e504dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e504dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e504dc Color CSS Codes

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

#e504dc Text Font Color

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

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


#e504dc Background Color

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

This div background color is #e504dc


#e504dc Border Color

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

This div border color is #e504dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e504dc


Comments

No comments written yet.

Please login to write comment.