Color Hex Logo

#e421cf Color Hex

#E421CF
(228,33,207)
0 Favorites   0 Comments

Color spaces of #e421cf

RGB 22833207
HSL0.850.780.51
HSV306°86°89°
CMYK 0.000.860.09   0.11
XYZ43.801222.086760.9861
Yxy22.08670.34520.1741
Hunter Lab46.996584.1199-44.0415
CIE-Lab54.118983.9696-43.9673

#e421cf color RGB value is (228,33,207).

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

The process color (four color CMYK) of #e421cf color hex is 0.00, 0.86, 0.09, 0.11. Web safe color of #e421cf is #cc33cc. Color #e421cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100001 11001111
Octal 344 41 317
Decimal 228 33 207
Hex E4 21 CF

RGB Percentages of Color #e421cf

%48.72
%7.05
%44.23

CMYK Percentages of Color #e421cf

%0
%86
%9
%11

Triadic Colors of #e421cf

#e421cf #cfe421 #21cfe4

Analogous Colors of #e421cf

#e421cf #e4216e #9821e4

Monochromatic Colors of #e421cf

#e421cf

Complementary Color

#e421cf #21e436

#e421cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e421cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e421cf Color CSS Codes

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

#e421cf Text Font Color

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

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


#e421cf Background Color

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

This div background color is #e421cf


#e421cf Border Color

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

This div border color is #e421cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e421cf


Comments

No comments written yet.

Please login to write comment.