Color Hex Logo

#e421ec Color Hex

#E421EC
(228,33,236)
0 Favorites   0 Comments

Color spaces of #e421ec

RGB 22833236
HSL0.830.840.53
HSV298°86°93°
CMYK 0.030.860.00   0.07
XYZ47.679123.637881.4065
Yxy23.63780.31220.1548
Hunter Lab48.618789.9675-65.2412
CIE-Lab55.723388.1307-57.8613

#e421ec color RGB value is (228,33,236).

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

The process color (four color CMYK) of #e421ec color hex is 0.03, 0.86, 0.00, 0.07. Web safe color of #e421ec is #cc33ff. Color #e421ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100001 11101100
Octal 344 41 354
Decimal 228 33 236
Hex E4 21 EC

RGB Percentages of Color #e421ec

%45.88
%6.64
%47.48

CMYK Percentages of Color #e421ec

%3
%86
%0
%7

Triadic Colors of #e421ec

#e421ec #ece421 #21ece4

Analogous Colors of #e421ec

#e421ec #ec218f #7f21ec

Monochromatic Colors of #e421ec

#e421ec

Complementary Color

#e421ec #29ec21

#e421ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e421ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e421ec Color CSS Codes

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

#e421ec Text Font Color

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

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


#e421ec Background Color

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

This div background color is #e421ec


#e421ec Border Color

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

This div border color is #e421ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e421ec


Comments

No comments written yet.

Please login to write comment.