Color Hex Logo

#e78cda Color Hex

#E78CDA
(231,140,218)
0 Favorites   0 Comments

Color spaces of #e78cda

RGB 231140218
HSL0.860.650.73
HSV309°39°91°
CMYK 0.000.390.06   0.09
XYZ54.988040.807071.3080
Yxy40.80700.32910.2442
Hunter Lab63.880441.8616-21.4677
CIE-Lab70.040545.7619-25.3368

#e78cda color RGB value is (231,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 11011010
Octal 347 214 332
Decimal 231 140 218
Hex E7 8C DA

RGB Percentages of Color #e78cda

%39.22
%23.77
%37.01

CMYK Percentages of Color #e78cda

%0
%39
%6
%9

Triadic Colors of #e78cda

#e78cda #dae78c #8cdae7

Analogous Colors of #e78cda

#e78cda #e78cad #c78ce7

Monochromatic Colors of #e78cda

#e78cda

Complementary Color

#e78cda #8ce799

#e78cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cda Color CSS Codes

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

#e78cda Text Font Color

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

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


#e78cda Background Color

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

This div background color is #e78cda


#e78cda Border Color

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

This div border color is #e78cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cda


Comments

No comments written yet.

Please login to write comment.