Color Hex Logo

#e504ec Color Hex

#E504EC
(229,4,236)
0 Favorites   0 Comments

Color spaces of #e504ec

RGB 2294236
HSL0.830.970.47
HSV298°98°93°
CMYK 0.030.980.00   0.07
XYZ47.496822.801081.2545
Yxy22.80100.31340.1504
Hunter Lab47.750493.9888-67.4656
CIE-Lab54.866891.3157-59.2250

#e504ec color RGB value is (229,4,236).

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

The process color (four color CMYK) of #e504ec color hex is 0.03, 0.98, 0.00, 0.07. Web safe color of #e504ec is #cc00ff. Color #e504ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000100 11101100
Octal 345 4 354
Decimal 229 4 236
Hex E5 4 EC

RGB Percentages of Color #e504ec

%48.83
%0.85
%50.32

CMYK Percentages of Color #e504ec

%3
%98
%0
%7

Triadic Colors of #e504ec

#e504ec #ece504 #04ece5

Analogous Colors of #e504ec

#e504ec #ec047f #7104ec

Monochromatic Colors of #e504ec

#e504ec

Complementary Color

#e504ec #0bec04

#e504ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e504ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e504ec Color CSS Codes

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

#e504ec Text Font Color

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

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


#e504ec Background Color

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

This div background color is #e504ec


#e504ec Border Color

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

This div border color is #e504ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e504ec


Comments

No comments written yet.

Please login to write comment.