Color Hex Logo

#e043ec Color Hex

#E043EC
(224,67,236)
0 Favorites   0 Comments

Color spaces of #e043ec

RGB 22467236
HSL0.820.820.59
HSV296°72°93°
CMYK 0.050.720.00   0.07
XYZ47.887925.917781.8355
Yxy25.91770.30770.1665
Hunter Lab50.909478.8143-59.6704
CIE-Lab57.958879.0739-54.3252

#e043ec color RGB value is (224,67,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000011 11101100
Octal 340 103 354
Decimal 224 67 236
Hex E0 43 EC

RGB Percentages of Color #e043ec

%42.50
%12.71
%44.78

CMYK Percentages of Color #e043ec

%5
%72
%0
%7

Triadic Colors of #e043ec

#e043ec #ece043 #43ece0

Analogous Colors of #e043ec

#e043ec #ec43a4 #8c43ec

Monochromatic Colors of #e043ec

#e043ec

Complementary Color

#e043ec #4fec43

#e043ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e043ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e043ec Color CSS Codes

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

#e043ec Text Font Color

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

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


#e043ec Background Color

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

This div background color is #e043ec


#e043ec Border Color

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

This div border color is #e043ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e043ec


Comments

No comments written yet.

Please login to write comment.