Color Hex Logo

#e74efc Color Hex

#E74EFC
(231,78,252)
0 Favorites   0 Comments

Color spaces of #e74efc

RGB 23178252
HSL0.810.970.65
HSV293°69°99°
CMYK 0.080.690.00   0.01
XYZ53.250129.466094.9764
Yxy29.46600.29970.1658
Hunter Lab54.282680.1103-65.7399
CIE-Lab61.190779.4713-58.0072

#e74efc color RGB value is (231,78,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001110 11111100
Octal 347 116 374
Decimal 231 78 252
Hex E7 4E FC

RGB Percentages of Color #e74efc

%41.18
%13.90
%44.92

CMYK Percentages of Color #e74efc

%8
%69
%0
%1

Triadic Colors of #e74efc

#e74efc #fce74e #4efce7

Analogous Colors of #e74efc

#e74efc #fc4eba #904efc

Monochromatic Colors of #e74efc

#e74efc

Complementary Color

#e74efc #63fc4e

#e74efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74efc Color CSS Codes

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

#e74efc Text Font Color

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

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


#e74efc Background Color

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

This div background color is #e74efc


#e74efc Border Color

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

This div border color is #e74efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74efc


Comments

No comments written yet.

Please login to write comment.