Color Hex Logo

#e78fac Color Hex

#E78FAC
(231,143,172)
0 Favorites   0 Comments

Color spaces of #e78fac

RGB 231143172
HSL0.950.650.73
HSV340°38°91°
CMYK 0.000.380.26   0.09
XYZ50.223939.612444.0286
Yxy39.61240.37520.2959
Hunter Lab62.938432.29822.5805
CIE-Lab69.192637.0195-1.0118

#e78fac color RGB value is (231,143,172).

#e78fac hex color red value is 231, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e78fac hue: 0.95 , saturation: 0.65 and the lightness value of e78fac is 0.73.

The process color (four color CMYK) of #e78fac color hex is 0.00, 0.38, 0.26, 0.09. Web safe color of #e78fac is #ff9999. Color #e78fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001111 10101100
Octal 347 217 254
Decimal 231 143 172
Hex E7 8F AC

RGB Percentages of Color #e78fac

%42.31
%26.19
%31.50

CMYK Percentages of Color #e78fac

%0
%38
%26
%9

Triadic Colors of #e78fac

#e78fac #ace78f #8face7

Analogous Colors of #e78fac

#e78fac #e79e8f #e78fd8

Monochromatic Colors of #e78fac

#e78fac

Complementary Color

#e78fac #8fe7ca

#e78fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78fac Color CSS Codes

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

#e78fac Text Font Color

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

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


#e78fac Background Color

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

This div background color is #e78fac


#e78fac Border Color

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

This div border color is #e78fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78fac


Comments

No comments written yet.

Please login to write comment.