Color Hex Logo

#e037ec Color Hex

#E037EC
(224,55,236)
0 Favorites   0 Comments

Color spaces of #e037ec

RGB 22455236
HSL0.820.830.57
HSV296°77°93°
CMYK 0.050.770.00   0.07
XYZ47.247024.635881.6219
Yxy24.63580.30780.1605
Hunter Lab49.634583.0537-62.7559
CIE-Lab56.718882.6359-56.3048

#e037ec color RGB value is (224,55,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110111 11101100
Octal 340 67 354
Decimal 224 55 236
Hex E0 37 EC

RGB Percentages of Color #e037ec

%43.50
%10.68
%45.83

CMYK Percentages of Color #e037ec

%5
%77
%0
%7

Triadic Colors of #e037ec

#e037ec #ece037 #37ece0

Analogous Colors of #e037ec

#e037ec #ec379e #8637ec

Monochromatic Colors of #e037ec

#e037ec

Complementary Color

#e037ec #43ec37

#e037ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e037ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e037ec Color CSS Codes

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

#e037ec Text Font Color

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

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


#e037ec Background Color

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

This div background color is #e037ec


#e037ec Border Color

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

This div border color is #e037ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e037ec


Comments

No comments written yet.

Please login to write comment.