Color Hex Logo

#e78ebf Color Hex

#E78EBF
(231,142,191)
0 Favorites   0 Comments

Color spaces of #e78ebf

RGB 231142191
HSL0.910.650.73
HSV327°39°91°
CMYK 0.000.390.17   0.09
XYZ52.032040.096554.2872
Yxy40.09650.35540.2739
Hunter Lab63.321835.8617-6.5054
CIE-Lab69.538240.3235-11.1103

#e78ebf color RGB value is (231,142,191).

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

The process color (four color CMYK) of #e78ebf color hex is 0.00, 0.39, 0.17, 0.09. Web safe color of #e78ebf is #ff99cc. Color #e78ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001110 10111111
Octal 347 216 277
Decimal 231 142 191
Hex E7 8E BF

RGB Percentages of Color #e78ebf

%40.96
%25.18
%33.87

CMYK Percentages of Color #e78ebf

%0
%39
%17
%9

Triadic Colors of #e78ebf

#e78ebf #bfe78e #8ebfe7

Analogous Colors of #e78ebf

#e78ebf #e78e93 #e38ee7

Monochromatic Colors of #e78ebf

#e78ebf

Complementary Color

#e78ebf #8ee7b6

#e78ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78ebf Color CSS Codes

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

#e78ebf Text Font Color

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

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


#e78ebf Background Color

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

This div background color is #e78ebf


#e78ebf Border Color

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

This div border color is #e78ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78ebf


Comments

No comments written yet.

Please login to write comment.