Color Hex Logo

#e78bbf Color Hex

#E78BBF
(231,139,191)
0 Favorites   0 Comments

Color spaces of #e78bbf

RGB 231139191
HSL0.910.660.73
HSV326°40°91°
CMYK 0.000.400.17   0.09
XYZ51.591639.215754.1404
Yxy39.21570.35590.2706
Hunter Lab62.622437.4682-7.4236
CIE-Lab68.907241.8860-12.0551

#e78bbf color RGB value is (231,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 10111111
Octal 347 213 277
Decimal 231 139 191
Hex E7 8B BF

RGB Percentages of Color #e78bbf

%41.18
%24.78
%34.05

CMYK Percentages of Color #e78bbf

%0
%40
%17
%9

Triadic Colors of #e78bbf

#e78bbf #bfe78b #8bbfe7

Analogous Colors of #e78bbf

#e78bbf #e78b91 #e18be7

Monochromatic Colors of #e78bbf

#e78bbf

Complementary Color

#e78bbf #8be7b3

#e78bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78bbf Color CSS Codes

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

#e78bbf Text Font Color

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

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


#e78bbf Background Color

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

This div background color is #e78bbf


#e78bbf Border Color

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

This div border color is #e78bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78bbf


Comments

No comments written yet.

Please login to write comment.