Color Hex Logo

#e039ec Color Hex

#E039EC
(224,57,236)
0 Favorites   0 Comments

Color spaces of #e039ec

RGB 22457236
HSL0.820.820.57
HSV296°76°93°
CMYK 0.050.760.00   0.07
XYZ47.343924.829781.6542
Yxy24.82970.30780.1614
Hunter Lab49.829482.3949-62.2764
CIE-Lab56.909182.0863-56.0007

#e039ec color RGB value is (224,57,236).

#e039ec hex color red value is 224, green value is 57 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e039ec hue: 0.82 , saturation: 0.82 and the lightness value of e039ec is 0.57.

The process color (four color CMYK) of #e039ec color hex is 0.05, 0.76, 0.00, 0.07. Web safe color of #e039ec is #cc33ff. Color #e039ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111001 11101100
Octal 340 71 354
Decimal 224 57 236
Hex E0 39 EC

RGB Percentages of Color #e039ec

%43.33
%11.03
%45.65

CMYK Percentages of Color #e039ec

%5
%76
%0
%7

Triadic Colors of #e039ec

#e039ec #ece039 #39ece0

Analogous Colors of #e039ec

#e039ec #ec399f #8739ec

Monochromatic Colors of #e039ec

#e039ec

Complementary Color

#e039ec #45ec39

#e039ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e039ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e039ec Color CSS Codes

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

#e039ec Text Font Color

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

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


#e039ec Background Color

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

This div background color is #e039ec


#e039ec Border Color

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

This div border color is #e039ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e039ec


Comments

No comments written yet.

Please login to write comment.