Color Hex Logo

#e78edc Color Hex

#E78EDC
(231,142,220)
0 Favorites   0 Comments

Color spaces of #e78edc

RGB 231142220
HSL0.850.650.73
HSV307°39°91°
CMYK 0.000.390.05   0.09
XYZ55.546341.502272.7933
Yxy41.50220.32700.2444
Hunter Lab64.422241.1679-21.8987
CIE-Lab70.526345.0730-25.6968

#e78edc color RGB value is (231,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001110 11011100
Octal 347 216 334
Decimal 231 142 220
Hex E7 8E DC

RGB Percentages of Color #e78edc

%38.95
%23.95
%37.10

CMYK Percentages of Color #e78edc

%0
%39
%5
%9

Triadic Colors of #e78edc

#e78edc #dce78e #8edce7

Analogous Colors of #e78edc

#e78edc #e78eb0 #c68ee7

Monochromatic Colors of #e78edc

#e78edc

Complementary Color

#e78edc #8ee799

#e78edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78edc Color CSS Codes

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

#e78edc Text Font Color

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

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


#e78edc Background Color

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

This div background color is #e78edc


#e78edc Border Color

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

This div border color is #e78edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78edc


Comments

No comments written yet.

Please login to write comment.