Color Hex Logo

#e78ecd Color Hex

#E78ECD
(231,142,205)
0 Favorites   0 Comments

Color spaces of #e78ecd

RGB 231142205
HSL0.880.650.73
HSV318°39°91°
CMYK 0.000.390.11   0.09
XYZ53.647440.742762.7942
Yxy40.74270.34130.2592
Hunter Lab63.830038.3219-13.6469
CIE-Lab69.995342.5432-18.2076

#e78ecd color RGB value is (231,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001110 11001101
Octal 347 216 315
Decimal 231 142 205
Hex E7 8E CD

RGB Percentages of Color #e78ecd

%39.97
%24.57
%35.47

CMYK Percentages of Color #e78ecd

%0
%39
%11
%9

Triadic Colors of #e78ecd

#e78ecd #cde78e #8ecde7

Analogous Colors of #e78ecd

#e78ecd #e78ea1 #d58ee7

Monochromatic Colors of #e78ecd

#e78ecd

Complementary Color

#e78ecd #8ee7a8

#e78ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78ecd Color CSS Codes

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

#e78ecd Text Font Color

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

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


#e78ecd Background Color

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

This div background color is #e78ecd


#e78ecd Border Color

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

This div border color is #e78ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78ecd


Comments

No comments written yet.

Please login to write comment.