Color Hex Logo

#e04edb Color Hex

#E04EDB
(224,78,219)
0 Favorites   0 Comments

Color spaces of #e04edb

RGB 22478219
HSL0.840.700.59
HSV302°65°88°
CMYK 0.000.650.02   0.12
XYZ46.251026.410569.6779
Yxy26.41050.32490.1855
Hunter Lab51.391170.7119-44.4136
CIE-Lab58.424772.4802-44.0304

#e04edb color RGB value is (224,78,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001110 11011011
Octal 340 116 333
Decimal 224 78 219
Hex E0 4E DB

RGB Percentages of Color #e04edb

%42.99
%14.97
%42.03

CMYK Percentages of Color #e04edb

%0
%65
%2
%12

Triadic Colors of #e04edb

#e04edb #dbe04e #4edbe0

Analogous Colors of #e04edb

#e04edb #e04e92 #9c4ee0

Monochromatic Colors of #e04edb

#e04edb

Complementary Color

#e04edb #4ee053

#e04edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04edb Color CSS Codes

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

#e04edb Text Font Color

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

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


#e04edb Background Color

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

This div background color is #e04edb


#e04edb Border Color

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

This div border color is #e04edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04edb


Comments

No comments written yet.

Please login to write comment.