Color Hex Logo

#e74eff Color Hex

#E74EFF
(231,78,255)
0 Favorites   0 Comments

Color spaces of #e74eff

RGB 23178255
HSL0.811.000.65
HSV292°69°100°
CMYK 0.090.690.00   0.00
XYZ53.729429.657797.5004
Yxy29.65770.29700.1640
Hunter Lab54.458980.8059-68.0286
CIE-Lab61.357779.9843-59.3972

#e74eff color RGB value is (231,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001110 11111111
Octal 347 116 377
Decimal 231 78 255
Hex E7 4E FF

RGB Percentages of Color #e74eff

%40.96
%13.83
%45.21

CMYK Percentages of Color #e74eff

%9
%69
%0
%0

Triadic Colors of #e74eff

#e74eff #ffe74e #4effe7

Analogous Colors of #e74eff

#e74eff #ff4ebf #8f4eff

Monochromatic Colors of #e74eff

#e74eff

Complementary Color

#e74eff #66ff4e

#e74eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74eff Color CSS Codes

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

#e74eff Text Font Color

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

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


#e74eff Background Color

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

This div background color is #e74eff


#e74eff Border Color

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

This div border color is #e74eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74eff


Comments

No comments written yet.

Please login to write comment.