Color Hex Logo

#e419ec Color Hex

#E419EC
(228,25,236)
0 Favorites   0 Comments

Color spaces of #e419ec

RGB 22825236
HSL0.830.850.51
HSV298°89°93°
CMYK 0.030.890.00   0.07
XYZ47.482923.245481.3411
Yxy23.24540.31220.1529
Hunter Lab48.213591.4216-66.2789
CIE-Lab55.324289.3053-58.5008

#e419ec color RGB value is (228,25,236).

#e419ec hex color red value is 228, green value is 25 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e419ec hue: 0.83 , saturation: 0.85 and the lightness value of e419ec is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011001 11101100
Octal 344 31 354
Decimal 228 25 236
Hex E4 19 EC

RGB Percentages of Color #e419ec

%46.63
%5.11
%48.26

CMYK Percentages of Color #e419ec

%3
%89
%0
%7

Triadic Colors of #e419ec

#e419ec #ece419 #19ece4

Analogous Colors of #e419ec

#e419ec #ec198b #7b19ec

Monochromatic Colors of #e419ec

#e419ec

Complementary Color

#e419ec #21ec19

#e419ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e419ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e419ec Color CSS Codes

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

#e419ec Text Font Color

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

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


#e419ec Background Color

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

This div background color is #e419ec


#e419ec Border Color

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

This div border color is #e419ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e419ec


Comments

No comments written yet.

Please login to write comment.