Color Hex Logo

#e421af Color Hex

#E421AF
(228,33,175)
0 Favorites   0 Comments

Color spaces of #e421af

RGB 22833175
HSL0.880.780.51
HSV316°86°89°
CMYK 0.000.860.23   0.11
XYZ40.276620.676842.4257
Yxy20.67680.38960.2000
Hunter Lab45.471778.5308-23.4881
CIE-Lab52.593979.8925-27.8131

#e421af color RGB value is (228,33,175).

#e421af hex color red value is 228, green value is 33 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e421af hue: 0.88 , saturation: 0.78 and the lightness value of e421af is 0.51.

The process color (four color CMYK) of #e421af color hex is 0.00, 0.86, 0.23, 0.11. Web safe color of #e421af is #cc3399. Color #e421af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100001 10101111
Octal 344 41 257
Decimal 228 33 175
Hex E4 21 AF

RGB Percentages of Color #e421af

%52.29
%7.57
%40.14

CMYK Percentages of Color #e421af

%0
%86
%23
%11

Triadic Colors of #e421af

#e421af #afe421 #21afe4

Analogous Colors of #e421af

#e421af #e4214e #b821e4

Monochromatic Colors of #e421af

#e421af

Complementary Color

#e421af #21e456

#e421af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e421af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e421af Color CSS Codes

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

#e421af Text Font Color

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

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


#e421af Background Color

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

This div background color is #e421af


#e421af Border Color

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

This div border color is #e421af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e421af


Comments

No comments written yet.

Please login to write comment.