Color Hex Logo

#e821dd Color Hex

#E821DD
(232,33,221)
0 Favorites   0 Comments

Color spaces of #e821dd

RGB 23233221
HSL0.840.810.52
HSV303°86°91°
CMYK 0.000.860.05   0.09
XYZ46.873723.464070.4651
Yxy23.46400.33290.1666
Hunter Lab48.439787.9601-52.3413
CIE-Lab55.547186.6406-49.6384

#e821dd color RGB value is (232,33,221).

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

The process color (four color CMYK) of #e821dd color hex is 0.00, 0.86, 0.05, 0.09. Web safe color of #e821dd is #ff33cc. Color #e821dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100001 11011101
Octal 350 41 335
Decimal 232 33 221
Hex E8 21 DD

RGB Percentages of Color #e821dd

%47.74
%6.79
%45.47

CMYK Percentages of Color #e821dd

%0
%86
%5
%9

Triadic Colors of #e821dd

#e821dd #dde821 #21dde8

Analogous Colors of #e821dd

#e821dd #e8217a #9021e8

Monochromatic Colors of #e821dd

#e821dd

Complementary Color

#e821dd #21e82c

#e821dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e821dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e821dd Color CSS Codes

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

#e821dd Text Font Color

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

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


#e821dd Background Color

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

This div background color is #e821dd


#e821dd Border Color

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

This div border color is #e821dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e821dd


Comments

No comments written yet.

Please login to write comment.