Color Hex Logo

#e04ecb Color Hex

#E04ECB
(224,78,203)
0 Favorites   0 Comments

Color spaces of #e04ecb

RGB 22478203
HSL0.860.700.59
HSV309°65°88°
CMYK 0.000.650.09   0.12
XYZ44.244425.607959.1108
Yxy25.60790.34310.1986
Hunter Lab50.604267.5090-33.8336
CIE-Lab57.663069.9915-36.1493

#e04ecb color RGB value is (224,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001110 11001011
Octal 340 116 313
Decimal 224 78 203
Hex E0 4E CB

RGB Percentages of Color #e04ecb

%44.36
%15.45
%40.20

CMYK Percentages of Color #e04ecb

%0
%65
%9
%12

Triadic Colors of #e04ecb

#e04ecb #cbe04e #4ecbe0

Analogous Colors of #e04ecb

#e04ecb #e04e82 #ac4ee0

Monochromatic Colors of #e04ecb

#e04ecb

Complementary Color

#e04ecb #4ee063

#e04ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04ecb Color CSS Codes

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

#e04ecb Text Font Color

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

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


#e04ecb Background Color

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

This div background color is #e04ecb


#e04ecb Border Color

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

This div border color is #e04ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04ecb


Comments

No comments written yet.

Please login to write comment.