Color Hex Logo

#e216df Color Hex

#E216DF
(226,22,223)
0 Favorites   0 Comments

Color spaces of #e216df

RGB 22622223
HSL0.840.820.49
HSV301°90°89°
CMYK 0.000.900.01   0.11
XYZ44.970222.070371.7018
Yxy22.07030.32410.1591
Hunter Lab46.979088.6540-57.6061
CIE-Lab54.101587.4501-53.1370

#e216df color RGB value is (226,22,223).

#e216df hex color red value is 226, green value is 22 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e216df hue: 0.84 , saturation: 0.82 and the lightness value of e216df is 0.49.

The process color (four color CMYK) of #e216df color hex is 0.00, 0.90, 0.01, 0.11. Web safe color of #e216df is #cc00cc. Color #e216df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010110 11011111
Octal 342 26 337
Decimal 226 22 223
Hex E2 16 DF

RGB Percentages of Color #e216df

%47.98
%4.67
%47.35

CMYK Percentages of Color #e216df

%0
%90
%1
%11

Triadic Colors of #e216df

#e216df #dfe216 #16dfe2

Analogous Colors of #e216df

#e216df #e21679 #7f16e2

Monochromatic Colors of #e216df

#e216df

Complementary Color

#e216df #16e219

#e216df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e216df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e216df Color CSS Codes

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

#e216df Text Font Color

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

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


#e216df Background Color

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

This div background color is #e216df


#e216df Border Color

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

This div border color is #e216df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,22,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e216df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e216df;
  -webkit-box-shadow: 1px 1px 3px 2px #e216df;
  box-shadow:         1px 1px 3px 2px #e216df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e216df


Comments

No comments written yet.

Please login to write comment.