Color Hex Logo

#e74efe Color Hex

#E74EFE
(231,78,254)
0 Favorites   0 Comments

Color spaces of #e74efe

RGB 23178254
HSL0.810.990.65
HSV292°69°100°
CMYK 0.090.690.00   0.00
XYZ53.568829.593596.6547
Yxy29.59350.29790.1646
Hunter Lab54.399980.5731-67.2632
CIE-Lab61.301979.8128-58.9346

#e74efe color RGB value is (231,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001110 11111110
Octal 347 116 376
Decimal 231 78 254
Hex E7 4E FE

RGB Percentages of Color #e74efe

%41.03
%13.85
%45.12

CMYK Percentages of Color #e74efe

%9
%69
%0
%0

Triadic Colors of #e74efe

#e74efe #fee74e #4efee7

Analogous Colors of #e74efe

#e74efe #fe4ebd #8f4efe

Monochromatic Colors of #e74efe

#e74efe

Complementary Color

#e74efe #65fe4e

#e74efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74efe Color CSS Codes

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

#e74efe Text Font Color

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

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


#e74efe Background Color

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

This div background color is #e74efe


#e74efe Border Color

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

This div border color is #e74efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74efe


Comments

No comments written yet.

Please login to write comment.