Color Hex Logo

#e74fde Color Hex

#E74FDE
(231,79,222)
0 Favorites   0 Comments

Color spaces of #e74fde

RGB 23179222
HSL0.840.760.61
HSV304°66°91°
CMYK 0.000.660.04   0.09
XYZ48.935827.854871.9046
Yxy27.85480.32910.1873
Hunter Lab52.777673.1456-43.8327
CIE-Lab59.757374.2029-43.5494

#e74fde color RGB value is (231,79,222).

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

The process color (four color CMYK) of #e74fde color hex is 0.00, 0.66, 0.04, 0.09. Web safe color of #e74fde is #ff66cc. Color #e74fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11011110
Octal 347 117 336
Decimal 231 79 222
Hex E7 4F DE

RGB Percentages of Color #e74fde

%43.42
%14.85
%41.73

CMYK Percentages of Color #e74fde

%0
%66
%4
%9

Triadic Colors of #e74fde

#e74fde #dee74f #4fdee7

Analogous Colors of #e74fde

#e74fde #e74f92 #a44fe7

Monochromatic Colors of #e74fde

#e74fde

Complementary Color

#e74fde #4fe758

#e74fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fde Color CSS Codes

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

#e74fde Text Font Color

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

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


#e74fde Background Color

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

This div background color is #e74fde


#e74fde Border Color

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

This div border color is #e74fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fde


Comments

No comments written yet.

Please login to write comment.