Color Hex Logo

#e78efc Color Hex

#E78EFC
(231,142,252)
0 Favorites   0 Comments

Color spaces of #e78efc

RGB 231142252
HSL0.800.950.77
HSV289°44°99°
CMYK 0.080.440.00   0.01
XYZ60.198743.363297.2926
Yxy43.36320.29970.2159
Hunter Lab65.850747.9404-41.5038
CIE-Lab71.800850.9393-41.2549

#e78efc color RGB value is (231,142,252).

#e78efc hex color red value is 231, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e78efc hue: 0.80 , saturation: 0.95 and the lightness value of e78efc is 0.77.

The process color (four color CMYK) of #e78efc color hex is 0.08, 0.44, 0.00, 0.01. Web safe color of #e78efc is #ff99ff. Color #e78efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001110 11111100
Octal 347 216 374
Decimal 231 142 252
Hex E7 8E FC

RGB Percentages of Color #e78efc

%36.96
%22.72
%40.32

CMYK Percentages of Color #e78efc

%8
%44
%0
%1

Triadic Colors of #e78efc

#e78efc #fce78e #8efce7

Analogous Colors of #e78efc

#e78efc #fc8eda #b08efc

Monochromatic Colors of #e78efc

#e78efc

Complementary Color

#e78efc #a3fc8e

#e78efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78efc Color CSS Codes

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

#e78efc Text Font Color

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

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


#e78efc Background Color

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

This div background color is #e78efc


#e78efc Border Color

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

This div border color is #e78efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78efc


Comments

No comments written yet.

Please login to write comment.