Color Hex Logo

#e78dde Color Hex

#E78DDE
(231,141,222)
0 Favorites   0 Comments

Color spaces of #e78dde

RGB 231141222
HSL0.850.650.73
HSV306°39°91°
CMYK 0.000.390.04   0.09
XYZ55.664741.312674.1475
Yxy41.31260.32530.2414
Hunter Lab64.274942.1073-23.4045
CIE-Lab70.394445.9386-27.0021

#e78dde color RGB value is (231,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001101 11011110
Octal 347 215 336
Decimal 231 141 222
Hex E7 8D DE

RGB Percentages of Color #e78dde

%38.89
%23.74
%37.37

CMYK Percentages of Color #e78dde

%0
%39
%4
%9

Triadic Colors of #e78dde

#e78dde #dee78d #8ddee7

Analogous Colors of #e78dde

#e78dde #e78db1 #c38de7

Monochromatic Colors of #e78dde

#e78dde

Complementary Color

#e78dde #8de796

#e78dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78dde Color CSS Codes

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

#e78dde Text Font Color

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

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


#e78dde Background Color

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

This div background color is #e78dde


#e78dde Border Color

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

This div border color is #e78dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78dde


Comments

No comments written yet.

Please login to write comment.