Color Hex Logo

#e444dd Color Hex

#E444DD
(228,68,221)
0 Favorites   0 Comments

Color spaces of #e444dd

RGB 22868221
HSL0.840.750.58
HSV303°70°89°
CMYK 0.000.700.03   0.11
XYZ47.113225.848770.9128
Yxy25.84870.32750.1797
Hunter Lab50.841676.4371-47.1073
CIE-Lab57.893277.1999-45.9590

#e444dd color RGB value is (228,68,221).

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

The process color (four color CMYK) of #e444dd color hex is 0.00, 0.70, 0.03, 0.11. Web safe color of #e444dd is #cc33cc. Color #e444dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000100 11011101
Octal 344 104 335
Decimal 228 68 221
Hex E4 44 DD

RGB Percentages of Color #e444dd

%44.10
%13.15
%42.75

CMYK Percentages of Color #e444dd

%0
%70
%3
%11

Triadic Colors of #e444dd

#e444dd #dde444 #44dde4

Analogous Colors of #e444dd

#e444dd #e4448d #9b44e4

Monochromatic Colors of #e444dd

#e444dd

Complementary Color

#e444dd #44e44b

#e444dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e444dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e444dd Color CSS Codes

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

#e444dd Text Font Color

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

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


#e444dd Background Color

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

This div background color is #e444dd


#e444dd Border Color

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

This div border color is #e444dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e444dd


Comments

No comments written yet.

Please login to write comment.