Color Hex Logo

#e005dc Color Hex

#E005DC
(224,5,220)
0 Favorites   0 Comments

Color spaces of #e005dc

RGB 2245220
HSL0.840.960.45
HSV301°98°88°
CMYK 0.000.980.02   0.12
XYZ43.713021.123169.4834
Yxy21.12310.32540.1573
Hunter Lab45.959989.3438-57.4643
CIE-Lab53.084088.1711-53.0780

#e005dc color RGB value is (224,5,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000101 11011100
Octal 340 5 334
Decimal 224 5 220
Hex E0 5 DC

RGB Percentages of Color #e005dc

%49.89
%1.11
%49.00

CMYK Percentages of Color #e005dc

%0
%98
%2
%12

Triadic Colors of #e005dc

#e005dc #dce005 #05dce0

Analogous Colors of #e005dc

#e005dc #e0056f #7705e0

Monochromatic Colors of #e005dc

#e005dc

Complementary Color

#e005dc #05e009

#e005dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e005dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e005dc Color CSS Codes

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

#e005dc Text Font Color

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

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


#e005dc Background Color

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

This div background color is #e005dc


#e005dc Border Color

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

This div border color is #e005dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e005dc


Comments

No comments written yet.

Please login to write comment.