Color Hex Logo

#e78eba Color Hex

#E78EBA
(231,142,186)
0 Favorites   0 Comments

Color spaces of #e78eba

RGB 231142186
HSL0.920.650.73
HSV330°39°91°
CMYK 0.000.390.19   0.09
XYZ51.490939.880151.4381
Yxy39.88010.36060.2793
Hunter Lab63.150735.0290-4.0880
CIE-Lab69.384039.5652-8.5517

#e78eba color RGB value is (231,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001110 10111010
Octal 347 216 272
Decimal 231 142 186
Hex E7 8E BA

RGB Percentages of Color #e78eba

%41.32
%25.40
%33.27

CMYK Percentages of Color #e78eba

%0
%39
%19
%9

Triadic Colors of #e78eba

#e78eba #bae78e #8ebae7

Analogous Colors of #e78eba

#e78eba #e78f8e #e78ee7

Monochromatic Colors of #e78eba

#e78eba

Complementary Color

#e78eba #8ee7bb

#e78eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78eba Color CSS Codes

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

#e78eba Text Font Color

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

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


#e78eba Background Color

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

This div background color is #e78eba


#e78eba Border Color

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

This div border color is #e78eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78eba


Comments

No comments written yet.

Please login to write comment.