Color Hex Logo

#e78dbb Color Hex

#E78DBB
(231,141,187)
0 Favorites   0 Comments

Color spaces of #e78dbb

RGB 231141187
HSL0.910.650.73
HSV329°39°91°
CMYK 0.000.390.19   0.09
XYZ51.449539.626551.9507
Yxy39.62650.35970.2771
Hunter Lab62.949635.7286-4.8658
CIE-Lab69.202740.2377-9.3802

#e78dbb color RGB value is (231,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001101 10111011
Octal 347 215 273
Decimal 231 141 187
Hex E7 8D BB

RGB Percentages of Color #e78dbb

%41.32
%25.22
%33.45

CMYK Percentages of Color #e78dbb

%0
%39
%19
%9

Triadic Colors of #e78dbb

#e78dbb #bbe78d #8dbbe7

Analogous Colors of #e78dbb

#e78dbb #e78d8e #e68de7

Monochromatic Colors of #e78dbb

#e78dbb

Complementary Color

#e78dbb #8de7b9

#e78dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78dbb Color CSS Codes

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

#e78dbb Text Font Color

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

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


#e78dbb Background Color

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

This div background color is #e78dbb


#e78dbb Border Color

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

This div border color is #e78dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78dbb


Comments

No comments written yet.

Please login to write comment.