Color Hex Logo

#e74dfe Color Hex

#E74DFE
(231,77,254)
0 Favorites   0 Comments

Color spaces of #e74dfe

RGB 23177254
HSL0.810.990.65
HSV292°70°100°
CMYK 0.090.700.00   0.00
XYZ53.498329.452496.6311
Yxy29.45240.29790.1640
Hunter Lab54.270180.9890-67.5803
CIE-Lab61.178880.1619-59.1311

#e74dfe color RGB value is (231,77,254).

#e74dfe hex color red value is 231, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e74dfe hue: 0.81 , saturation: 0.99 and the lightness value of e74dfe is 0.65.

The process color (four color CMYK) of #e74dfe color hex is 0.09, 0.70, 0.00, 0.00. Web safe color of #e74dfe is #ff66ff. Color #e74dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001101 11111110
Octal 347 115 376
Decimal 231 77 254
Hex E7 4D FE

RGB Percentages of Color #e74dfe

%41.10
%13.70
%45.20

CMYK Percentages of Color #e74dfe

%9
%70
%0
%0

Triadic Colors of #e74dfe

#e74dfe #fee74d #4dfee7

Analogous Colors of #e74dfe

#e74dfe #fe4dbd #8f4dfe

Monochromatic Colors of #e74dfe

#e74dfe

Complementary Color

#e74dfe #64fe4d

#e74dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74dfe Color CSS Codes

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

#e74dfe Text Font Color

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

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


#e74dfe Background Color

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

This div background color is #e74dfe


#e74dfe Border Color

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

This div border color is #e74dfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,77,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74dfe


Comments

No comments written yet.

Please login to write comment.