Color Hex Logo

#e422dd Color Hex

#E422DD
(228,34,221)
0 Favorites   0 Comments

Color spaces of #e422dd

RGB 22834221
HSL0.840.780.51
HSV302°85°89°
CMYK 0.000.850.03   0.11
XYZ45.618122.858570.4144
Yxy22.85850.32840.1646
Hunter Lab47.810686.6460-53.8537
CIE-Lab54.926385.7572-50.6672

#e422dd color RGB value is (228,34,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100010 11011101
Octal 344 42 335
Decimal 228 34 221
Hex E4 22 DD

RGB Percentages of Color #e422dd

%47.20
%7.04
%45.76

CMYK Percentages of Color #e422dd

%0
%85
%3
%11

Triadic Colors of #e422dd

#e422dd #dde422 #22dde4

Analogous Colors of #e422dd

#e422dd #e4227c #8a22e4

Monochromatic Colors of #e422dd

#e422dd

Complementary Color

#e422dd #22e429

#e422dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e422dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e422dd Color CSS Codes

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

#e422dd Text Font Color

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

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


#e422dd Background Color

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

This div background color is #e422dd


#e422dd Border Color

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

This div border color is #e422dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e422dd


Comments

No comments written yet.

Please login to write comment.