Color Hex Logo

#e78caf Color Hex

#E78CAF
(231,140,175)
0 Favorites   0 Comments

Color spaces of #e78caf

RGB 231140175
HSL0.940.650.73
HSV337°39°91°
CMYK 0.000.390.24   0.09
XYZ50.070938.840245.4153
Yxy38.84020.37280.2891
Hunter Lab62.321934.34780.4194
CIE-Lab68.635439.0104-3.5091

#e78caf color RGB value is (231,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 10101111
Octal 347 214 257
Decimal 231 140 175
Hex E7 8C AF

RGB Percentages of Color #e78caf

%42.31
%25.64
%32.05

CMYK Percentages of Color #e78caf

%0
%39
%24
%9

Triadic Colors of #e78caf

#e78caf #afe78c #8cafe7

Analogous Colors of #e78caf

#e78caf #e7978c #e78cdd

Monochromatic Colors of #e78caf

#e78caf

Complementary Color

#e78caf #8ce7c4

#e78caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78caf Color CSS Codes

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

#e78caf Text Font Color

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

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


#e78caf Background Color

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

This div background color is #e78caf


#e78caf Border Color

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

This div border color is #e78caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78caf


Comments

No comments written yet.

Please login to write comment.