Color Hex Logo

#e449dd Color Hex

#E449DD
(228,73,221)
0 Favorites   0 Comments

Color spaces of #e449dd

RGB 22873221
HSL0.840.740.59
HSV303°68°89°
CMYK 0.000.680.03   0.11
XYZ47.428626.479571.0179
Yxy26.47950.32730.1827
Hunter Lab51.458274.4700-45.8058
CIE-Lab58.489475.5109-45.0166

#e449dd color RGB value is (228,73,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 11011101
Octal 344 111 335
Decimal 228 73 221
Hex E4 49 DD

RGB Percentages of Color #e449dd

%43.68
%13.98
%42.34

CMYK Percentages of Color #e449dd

%0
%68
%3
%11

Triadic Colors of #e449dd

#e449dd #dde449 #49dde4

Analogous Colors of #e449dd

#e449dd #e44990 #9e49e4

Monochromatic Colors of #e449dd

#e449dd

Complementary Color

#e449dd #49e450

#e449dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449dd Color CSS Codes

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

#e449dd Text Font Color

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

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


#e449dd Background Color

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

This div background color is #e449dd


#e449dd Border Color

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

This div border color is #e449dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449dd


Comments

No comments written yet.

Please login to write comment.