Color Hex Logo

#e05ddf Color Hex

#E05DDF
(224,93,223)
0 Favorites   0 Comments

Color spaces of #e05ddf

RGB 22493223
HSL0.830.680.62
HSV300°58°88°
CMYK 0.000.580.00   0.12
XYZ47.974129.003772.8818
Yxy29.00370.32010.1935
Hunter Lab53.855164.7614-42.5383
CIE-Lab60.784967.1312-42.5632

#e05ddf color RGB value is (224,93,223).

#e05ddf hex color red value is 224, green value is 93 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e05ddf hue: 0.83 , saturation: 0.68 and the lightness value of e05ddf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011101 11011111
Octal 340 135 337
Decimal 224 93 223
Hex E0 5D DF

RGB Percentages of Color #e05ddf

%41.48
%17.22
%41.30

CMYK Percentages of Color #e05ddf

%0
%58
%0
%12

Triadic Colors of #e05ddf

#e05ddf #dfe05d #5ddfe0

Analogous Colors of #e05ddf

#e05ddf #e05d9e #a05de0

Monochromatic Colors of #e05ddf

#e05ddf

Complementary Color

#e05ddf #5de05e

#e05ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05ddf Color CSS Codes

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

#e05ddf Text Font Color

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

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


#e05ddf Background Color

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

This div background color is #e05ddf


#e05ddf Border Color

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

This div border color is #e05ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05ddf


Comments

No comments written yet.

Please login to write comment.