Color Hex Logo

#e20fde Color Hex

#E20FDE
(226,15,222)
0 Favorites   0 Comments

Color spaces of #e20fde

RGB 22615222
HSL0.840.880.47
HSV301°93°89°
CMYK 0.000.930.02   0.11
XYZ44.719721.784370.9550
Yxy21.78430.32530.1585
Hunter Lab46.673789.3483-57.4633
CIE-Lab53.797488.0362-53.0551

#e20fde color RGB value is (226,15,222).

#e20fde hex color red value is 226, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e20fde hue: 0.84 , saturation: 0.88 and the lightness value of e20fde is 0.47.

The process color (four color CMYK) of #e20fde color hex is 0.00, 0.93, 0.02, 0.11. Web safe color of #e20fde is #cc00cc. Color #e20fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001111 11011110
Octal 342 17 336
Decimal 226 15 222
Hex E2 F DE

RGB Percentages of Color #e20fde

%48.81
%3.24
%47.95

CMYK Percentages of Color #e20fde

%0
%93
%2
%11

Triadic Colors of #e20fde

#e20fde #dee20f #0fdee2

Analogous Colors of #e20fde

#e20fde #e20f75 #7d0fe2

Monochromatic Colors of #e20fde

#e20fde

Complementary Color

#e20fde #0fe213

#e20fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20fde Color CSS Codes

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

#e20fde Text Font Color

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

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


#e20fde Background Color

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

This div background color is #e20fde


#e20fde Border Color

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

This div border color is #e20fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20fde


Comments

No comments written yet.

Please login to write comment.