Color Hex Logo

#e71fde Color Hex

#E71FDE
(231,31,222)
0 Favorites   0 Comments

Color spaces of #e71fde

RGB 23131222
HSL0.840.810.51
HSV303°87°91°
CMYK 0.000.870.04   0.09
XYZ46.629823.242871.1359
Yxy23.24280.33070.1648
Hunter Lab48.210888.2775-53.7359
CIE-Lab55.321686.9264-50.5745

#e71fde color RGB value is (231,31,222).

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

The process color (four color CMYK) of #e71fde color hex is 0.00, 0.87, 0.04, 0.09. Web safe color of #e71fde is #ff33cc. Color #e71fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011111 11011110
Octal 347 37 336
Decimal 231 31 222
Hex E7 1F DE

RGB Percentages of Color #e71fde

%47.73
%6.40
%45.87

CMYK Percentages of Color #e71fde

%0
%87
%4
%9

Triadic Colors of #e71fde

#e71fde #dee71f #1fdee7

Analogous Colors of #e71fde

#e71fde #e71f7a #8c1fe7

Monochromatic Colors of #e71fde

#e71fde

Complementary Color

#e71fde #1fe728

#e71fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71fde Color CSS Codes

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

#e71fde Text Font Color

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

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


#e71fde Background Color

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

This div background color is #e71fde


#e71fde Border Color

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

This div border color is #e71fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71fde


Comments

No comments written yet.

Please login to write comment.