Color Hex Logo

#e51fde Color Hex

#E51FDE
(229,31,222)
0 Favorites   0 Comments

Color spaces of #e51fde

RGB 22931222
HSL0.840.790.51
HSV302°86°90°
CMYK 0.000.860.03   0.10
XYZ45.987922.911971.1059
Yxy22.91190.32850.1636
Hunter Lab47.866487.7288-54.5693
CIE-Lab54.981586.5743-51.1364

#e51fde color RGB value is (229,31,222).

#e51fde hex color red value is 229, green value is 31 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e51fde hue: 0.84 , saturation: 0.79 and the lightness value of e51fde is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011111 11011110
Octal 345 37 336
Decimal 229 31 222
Hex E5 1F DE

RGB Percentages of Color #e51fde

%47.51
%6.43
%46.06

CMYK Percentages of Color #e51fde

%0
%86
%3
%10

Triadic Colors of #e51fde

#e51fde #dee51f #1fdee5

Analogous Colors of #e51fde

#e51fde #e51f7b #891fe5

Monochromatic Colors of #e51fde

#e51fde

Complementary Color

#e51fde #1fe526

#e51fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51fde Color CSS Codes

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

#e51fde Text Font Color

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

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


#e51fde Background Color

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

This div background color is #e51fde


#e51fde Border Color

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

This div border color is #e51fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,31,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 #e51fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51fde


Comments

No comments written yet.

Please login to write comment.