Color Hex Logo

#e78cbf Color Hex

#E78CBF
(231,140,191)
0 Favorites   0 Comments

Color spaces of #e78cbf

RGB 231140191
HSL0.910.650.73
HSV326°39°91°
CMYK 0.000.390.17   0.09
XYZ51.737139.506754.1889
Yxy39.50670.35570.2716
Hunter Lab62.854436.9330-7.1179
CIE-Lab69.116741.3660-11.7412

#e78cbf color RGB value is (231,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 10111111
Octal 347 214 277
Decimal 231 140 191
Hex E7 8C BF

RGB Percentages of Color #e78cbf

%41.10
%24.91
%33.99

CMYK Percentages of Color #e78cbf

%0
%39
%17
%9

Triadic Colors of #e78cbf

#e78cbf #bfe78c #8cbfe7

Analogous Colors of #e78cbf

#e78cbf #e78c92 #e28ce7

Monochromatic Colors of #e78cbf

#e78cbf

Complementary Color

#e78cbf #8ce7b4

#e78cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cbf Color CSS Codes

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

#e78cbf Text Font Color

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

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


#e78cbf Background Color

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

This div background color is #e78cbf


#e78cbf Border Color

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

This div border color is #e78cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cbf


Comments

No comments written yet.

Please login to write comment.