Color Hex Logo

#e40ddd Color Hex

#E40DDD
(228,13,221)
0 Favorites   0 Comments

Color spaces of #e40ddd

RGB 22813221
HSL0.840.890.47
HSV302°94°89°
CMYK 0.000.940.03   0.11
XYZ45.190022.002370.2717
Yxy22.00230.32870.1601
Hunter Lab46.906689.8810-55.9889
CIE-Lab54.029488.3945-52.0966

#e40ddd color RGB value is (228,13,221).

#e40ddd hex color red value is 228, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e40ddd hue: 0.84 , saturation: 0.89 and the lightness value of e40ddd is 0.47.

The process color (four color CMYK) of #e40ddd color hex is 0.00, 0.94, 0.03, 0.11. Web safe color of #e40ddd is #cc00cc. Color #e40ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001101 11011101
Octal 344 15 335
Decimal 228 13 221
Hex E4 D DD

RGB Percentages of Color #e40ddd

%49.35
%2.81
%47.84

CMYK Percentages of Color #e40ddd

%0
%94
%3
%11

Triadic Colors of #e40ddd

#e40ddd #dde40d #0ddde4

Analogous Colors of #e40ddd

#e40ddd #e40d72 #800de4

Monochromatic Colors of #e40ddd

#e40ddd

Complementary Color

#e40ddd #0de414

#e40ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40ddd Color CSS Codes

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

#e40ddd Text Font Color

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

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


#e40ddd Background Color

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

This div background color is #e40ddd


#e40ddd Border Color

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

This div border color is #e40ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40ddd


Comments

No comments written yet.

Please login to write comment.