Color Hex Logo

#e04ebe Color Hex

#E04EBE
(224,78,190)
0 Favorites   0 Comments

Color spaces of #e04ebe

RGB 22478190
HSL0.870.700.59
HSV314°65°88°
CMYK 0.000.650.15   0.12
XYZ42.759125.013851.2897
Yxy25.01380.35910.2101
Hunter Lab50.013865.0837-25.7929
CIE-Lab57.088968.0805-29.6004

#e04ebe color RGB value is (224,78,190).

#e04ebe hex color red value is 224, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e04ebe hue: 0.87 , saturation: 0.70 and the lightness value of e04ebe is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001110 10111110
Octal 340 116 276
Decimal 224 78 190
Hex E0 4E BE

RGB Percentages of Color #e04ebe

%45.53
%15.85
%38.62

CMYK Percentages of Color #e04ebe

%0
%65
%15
%12

Triadic Colors of #e04ebe

#e04ebe #bee04e #4ebee0

Analogous Colors of #e04ebe

#e04ebe #e04e75 #b94ee0

Monochromatic Colors of #e04ebe

#e04ebe

Complementary Color

#e04ebe #4ee070

#e04ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04ebe Color CSS Codes

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

#e04ebe Text Font Color

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

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


#e04ebe Background Color

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

This div background color is #e04ebe


#e04ebe Border Color

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

This div border color is #e04ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04ebe


Comments

No comments written yet.

Please login to write comment.