Color Hex Logo

#e78cac Color Hex

#E78CAC
(231,140,172)
0 Favorites   0 Comments

Color spaces of #e78cac

RGB 231140172
HSL0.940.650.73
HSV339°39°91°
CMYK 0.000.390.26   0.09
XYZ49.779538.723643.8805
Yxy38.72360.37600.2925
Hunter Lab62.228333.89151.7512
CIE-Lab68.550638.5910-1.9526

#e78cac color RGB value is (231,140,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 10101100
Octal 347 214 254
Decimal 231 140 172
Hex E7 8C AC

RGB Percentages of Color #e78cac

%42.54
%25.78
%31.68

CMYK Percentages of Color #e78cac

%0
%39
%26
%9

Triadic Colors of #e78cac

#e78cac #ace78c #8cace7

Analogous Colors of #e78cac

#e78cac #e79a8c #e78cda

Monochromatic Colors of #e78cac

#e78cac

Complementary Color

#e78cac #8ce7c7

#e78cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cac Color CSS Codes

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

#e78cac Text Font Color

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

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


#e78cac Background Color

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

This div background color is #e78cac


#e78cac Border Color

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

This div border color is #e78cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cac


Comments

No comments written yet.

Please login to write comment.