Color Hex Logo

#e01ddd Color Hex

#E01DDD
(224,29,221)
0 Favorites   0 Comments

Color spaces of #e01ddd

RGB 22429221
HSL0.840.770.50
HSV301°87°88°
CMYK 0.000.870.01   0.12
XYZ44.231021.946570.3115
Yxy21.94650.32410.1608
Hunter Lab46.847186.5496-56.1938
CIE-Lab53.970285.8696-52.2314

#e01ddd color RGB value is (224,29,221).

#e01ddd hex color red value is 224, green value is 29 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e01ddd hue: 0.84 , saturation: 0.77 and the lightness value of e01ddd is 0.50.

The process color (four color CMYK) of #e01ddd color hex is 0.00, 0.87, 0.01, 0.12. Web safe color of #e01ddd is #cc33cc. Color #e01ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 11011101
Octal 340 35 335
Decimal 224 29 221
Hex E0 1D DD

RGB Percentages of Color #e01ddd

%47.26
%6.12
%46.62

CMYK Percentages of Color #e01ddd

%0
%87
%1
%12

Triadic Colors of #e01ddd

#e01ddd #dde01d #1ddde0

Analogous Colors of #e01ddd

#e01ddd #e01d7c #821de0

Monochromatic Colors of #e01ddd

#e01ddd

Complementary Color

#e01ddd #1de020

#e01ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01ddd Color CSS Codes

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

#e01ddd Text Font Color

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

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


#e01ddd Background Color

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

This div background color is #e01ddd


#e01ddd Border Color

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

This div border color is #e01ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01ddd


Comments

No comments written yet.

Please login to write comment.