Color Hex Logo

#e78cdb Color Hex

#E78CDB
(231,140,219)
0 Favorites   0 Comments

Color spaces of #e78cdb

RGB 231140219
HSL0.860.650.73
HSV308°39°91°
CMYK 0.000.390.05   0.09
XYZ55.119340.859671.9994
Yxy40.85960.32810.2432
Hunter Lab63.921542.0573-22.0375
CIE-Lab70.077445.9340-25.8326

#e78cdb color RGB value is (231,140,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 11011011
Octal 347 214 333
Decimal 231 140 219
Hex E7 8C DB

RGB Percentages of Color #e78cdb

%39.15
%23.73
%37.12

CMYK Percentages of Color #e78cdb

%0
%39
%5
%9

Triadic Colors of #e78cdb

#e78cdb #dbe78c #8cdbe7

Analogous Colors of #e78cdb

#e78cdb #e78cae #c68ce7

Monochromatic Colors of #e78cdb

#e78cdb

Complementary Color

#e78cdb #8ce798

#e78cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cdb Color CSS Codes

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

#e78cdb Text Font Color

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

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


#e78cdb Background Color

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

This div background color is #e78cdb


#e78cdb Border Color

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

This div border color is #e78cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cdb


Comments

No comments written yet.

Please login to write comment.