Color Hex Logo

#e00edc Color Hex

#E00EDC
(224,14,220)
0 Favorites   0 Comments

Color spaces of #e00edc

RGB 22414220
HSL0.840.880.47
HSV301°94°88°
CMYK 0.000.940.02   0.12
XYZ43.815821.328769.5176
Yxy21.32870.32540.1584
Hunter Lab46.183088.5304-56.9190
CIE-Lab53.307487.5104-52.7211

#e00edc color RGB value is (224,14,220).

#e00edc hex color red value is 224, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e00edc hue: 0.84 , saturation: 0.88 and the lightness value of e00edc is 0.47.

The process color (four color CMYK) of #e00edc color hex is 0.00, 0.94, 0.02, 0.12. Web safe color of #e00edc is #cc00cc. Color #e00edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001110 11011100
Octal 340 16 334
Decimal 224 14 220
Hex E0 E DC

RGB Percentages of Color #e00edc

%48.91
%3.06
%48.03

CMYK Percentages of Color #e00edc

%0
%94
%2
%12

Triadic Colors of #e00edc

#e00edc #dce00e #0edce0

Analogous Colors of #e00edc

#e00edc #e00e73 #7b0ee0

Monochromatic Colors of #e00edc

#e00edc

Complementary Color

#e00edc #0ee012

#e00edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00edc Color CSS Codes

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

#e00edc Text Font Color

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

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


#e00edc Background Color

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

This div background color is #e00edc


#e00edc Border Color

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

This div border color is #e00edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,14,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 #e00edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00edc


Comments

No comments written yet.

Please login to write comment.