Color Hex Logo

#e239dd Color Hex

#E239DD
(226,57,221)
0 Favorites   0 Comments

Color spaces of #e239dd

RGB 22657221
HSL0.840.740.55
HSV302°75°89°
CMYK 0.000.750.02   0.11
XYZ45.878324.315570.6819
Yxy24.31550.32570.1726
Hunter Lab49.310779.7811-50.4686
CIE-Lab56.402380.1380-48.3411

#e239dd color RGB value is (226,57,221).

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

The process color (four color CMYK) of #e239dd color hex is 0.00, 0.75, 0.02, 0.11. Web safe color of #e239dd is #cc33cc. Color #e239dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111001 11011101
Octal 342 71 335
Decimal 226 57 221
Hex E2 39 DD

RGB Percentages of Color #e239dd

%44.84
%11.31
%43.85

CMYK Percentages of Color #e239dd

%0
%75
%2
%11

Triadic Colors of #e239dd

#e239dd #dde239 #39dde2

Analogous Colors of #e239dd

#e239dd #e23989 #9339e2

Monochromatic Colors of #e239dd

#e239dd

Complementary Color

#e239dd #39e23e

#e239dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e239dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e239dd Color CSS Codes

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

#e239dd Text Font Color

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

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


#e239dd Background Color

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

This div background color is #e239dd


#e239dd Border Color

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

This div border color is #e239dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e239dd


Comments

No comments written yet.

Please login to write comment.