Color Hex Logo

#e01fda Color Hex

#E01FDA
(224,31,218)
0 Favorites   0 Comments

Color spaces of #e01fda

RGB 22431218
HSL0.840.760.50
HSV302°86°88°
CMYK 0.000.860.03   0.12
XYZ43.885321.889268.2417
Yxy21.88920.32750.1633
Hunter Lab46.785985.5582-53.7300
CIE-Lab53.909285.1202-50.6233

#e01fda color RGB value is (224,31,218).

#e01fda hex color red value is 224, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e01fda hue: 0.84 , saturation: 0.76 and the lightness value of e01fda is 0.50.

The process color (four color CMYK) of #e01fda color hex is 0.00, 0.86, 0.03, 0.12. Web safe color of #e01fda is #cc33cc. Color #e01fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011111 11011010
Octal 340 37 332
Decimal 224 31 218
Hex E0 1F DA

RGB Percentages of Color #e01fda

%47.36
%6.55
%46.09

CMYK Percentages of Color #e01fda

%0
%86
%3
%12

Triadic Colors of #e01fda

#e01fda #dae01f #1fdae0

Analogous Colors of #e01fda

#e01fda #e01f7a #861fe0

Monochromatic Colors of #e01fda

#e01fda

Complementary Color

#e01fda #1fe025

#e01fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01fda Color CSS Codes

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

#e01fda Text Font Color

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

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


#e01fda Background Color

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

This div background color is #e01fda


#e01fda Border Color

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

This div border color is #e01fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,31,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e01fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e01fda;
  -webkit-box-shadow: 1px 1px 3px 2px #e01fda;
  box-shadow:         1px 1px 3px 2px #e01fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,31,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01fda


Comments

No comments written yet.

Please login to write comment.