Color Hex Logo

#e421dd Color Hex

#E421DD
(228,33,221)
0 Favorites   0 Comments

Color spaces of #e421dd

RGB 22833221
HSL0.840.780.51
HSV302°86°89°
CMYK 0.000.860.03   0.11
XYZ45.589922.802270.4050
Yxy22.80220.32850.1643
Hunter Lab47.751686.8538-53.9910
CIE-Lab54.868085.9278-50.7600

#e421dd color RGB value is (228,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100001 11011101
Octal 344 41 335
Decimal 228 33 221
Hex E4 21 DD

RGB Percentages of Color #e421dd

%47.30
%6.85
%45.85

CMYK Percentages of Color #e421dd

%0
%86
%3
%11

Triadic Colors of #e421dd

#e421dd #dde421 #21dde4

Analogous Colors of #e421dd

#e421dd #e4217c #8a21e4

Monochromatic Colors of #e421dd

#e421dd

Complementary Color

#e421dd #21e428

#e421dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e421dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e421dd Color CSS Codes

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

#e421dd Text Font Color

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

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


#e421dd Background Color

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

This div background color is #e421dd


#e421dd Border Color

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

This div border color is #e421dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e421dd


Comments

No comments written yet.

Please login to write comment.