Color Hex Logo

#e78ddb Color Hex

#E78DDB
(231,141,219)
0 Favorites   0 Comments

Color spaces of #e78ddb

RGB 231141219
HSL0.860.650.73
HSV308°39°91°
CMYK 0.000.390.05   0.09
XYZ55.266141.153272.0483
Yxy41.15320.32810.2443
Hunter Lab64.150841.5145-21.6836
CIE-Lab70.283145.4173-25.5175

#e78ddb color RGB value is (231,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001101 11011011
Octal 347 215 333
Decimal 231 141 219
Hex E7 8D DB

RGB Percentages of Color #e78ddb

%39.09
%23.86
%37.06

CMYK Percentages of Color #e78ddb

%0
%39
%5
%9

Triadic Colors of #e78ddb

#e78ddb #dbe78d #8ddbe7

Analogous Colors of #e78ddb

#e78ddb #e78dae #c68de7

Monochromatic Colors of #e78ddb

#e78ddb

Complementary Color

#e78ddb #8de799

#e78ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78ddb Color CSS Codes

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

#e78ddb Text Font Color

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

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


#e78ddb Background Color

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

This div background color is #e78ddb


#e78ddb Border Color

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

This div border color is #e78ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78ddb


Comments

No comments written yet.

Please login to write comment.