Color Hex Logo

#e78fdb Color Hex

#E78FDB
(231,143,219)
0 Favorites   0 Comments

Color spaces of #e78fdb

RGB 231143219
HSL0.860.650.73
HSV308°38°91°
CMYK 0.000.380.05   0.09
XYZ55.563641.748372.1475
Yxy41.74830.32790.2464
Hunter Lab64.612940.4277-20.9748
CIE-Lab70.697044.3807-24.8838

#e78fdb color RGB value is (231,143,219).

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

The process color (four color CMYK) of #e78fdb color hex is 0.00, 0.38, 0.05, 0.09. Web safe color of #e78fdb is #ff99cc. Color #e78fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001111 11011011
Octal 347 217 333
Decimal 231 143 219
Hex E7 8F DB

RGB Percentages of Color #e78fdb

%38.95
%24.11
%36.93

CMYK Percentages of Color #e78fdb

%0
%38
%5
%9

Triadic Colors of #e78fdb

#e78fdb #dbe78f #8fdbe7

Analogous Colors of #e78fdb

#e78fdb #e78faf #c78fe7

Monochromatic Colors of #e78fdb

#e78fdb

Complementary Color

#e78fdb #8fe79b

#e78fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78fdb Color CSS Codes

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

#e78fdb Text Font Color

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

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


#e78fdb Background Color

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

This div background color is #e78fdb


#e78fdb Border Color

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

This div border color is #e78fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78fdb


Comments

No comments written yet.

Please login to write comment.