Color Hex Logo

#e078df Color Hex

#E078DF
(224,120,223)
0 Favorites   0 Comments

Color spaces of #e078df

RGB 224120223
HSL0.830.630.67
HSV301°46°88°
CMYK 0.000.460.00   0.12
XYZ50.776234.607973.8158
Yxy34.60790.31890.2174
Hunter Lab58.828551.1176-33.2150
CIE-Lab65.442254.6611-35.2775

#e078df color RGB value is (224,120,223).

#e078df hex color red value is 224, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e078df hue: 0.83 , saturation: 0.63 and the lightness value of e078df is 0.67.

The process color (four color CMYK) of #e078df color hex is 0.00, 0.46, 0.00, 0.12. Web safe color of #e078df is #cc66cc. Color #e078df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111000 11011111
Octal 340 170 337
Decimal 224 120 223
Hex E0 78 DF

RGB Percentages of Color #e078df

%39.51
%21.16
%39.33

CMYK Percentages of Color #e078df

%0
%46
%0
%12

Triadic Colors of #e078df

#e078df #dfe078 #78dfe0

Analogous Colors of #e078df

#e078df #e078ab #ad78e0

Monochromatic Colors of #e078df

#e078df

Complementary Color

#e078df #78e079

#e078df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e078df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e078df Color CSS Codes

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

#e078df Text Font Color

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

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


#e078df Background Color

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

This div background color is #e078df


#e078df Border Color

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

This div border color is #e078df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,120,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e078df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e078df;
  -webkit-box-shadow: 1px 1px 3px 2px #e078df;
  box-shadow:         1px 1px 3px 2px #e078df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,120,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e078df


Comments

No comments written yet.

Please login to write comment.