Color Hex Logo

#e239dc Color Hex

#E239DC
(226,57,220)
0 Favorites   0 Comments

Color spaces of #e239dc

RGB 22657220
HSL0.840.740.55
HSV302°75°89°
CMYK 0.000.750.03   0.11
XYZ45.745424.262369.9822
Yxy24.26230.32680.1733
Hunter Lab49.256879.5759-49.7573
CIE-Lab56.349579.9867-47.8589

#e239dc color RGB value is (226,57,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111001 11011100
Octal 342 71 334
Decimal 226 57 220
Hex E2 39 DC

RGB Percentages of Color #e239dc

%44.93
%11.33
%43.74

CMYK Percentages of Color #e239dc

%0
%75
%3
%11

Triadic Colors of #e239dc

#e239dc #dce239 #39dce2

Analogous Colors of #e239dc

#e239dc #e23988 #9439e2

Monochromatic Colors of #e239dc

#e239dc

Complementary Color

#e239dc #39e23f

#e239dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e239dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e239dc Color CSS Codes

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

#e239dc Text Font Color

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

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


#e239dc Background Color

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

This div background color is #e239dc


#e239dc Border Color

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

This div border color is #e239dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,57,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e239dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e239dc


Comments

No comments written yet.

Please login to write comment.