Color Hex Logo

#e400ec Color Hex

#E400EC
(228,0,236)
0 Favorites   0 Comments

Color spaces of #e400ec

RGB 2280236
HSL0.831.000.46
HSV298°100°93°
CMYK 0.031.000.00   0.07
XYZ47.135222.550181.2252
Yxy22.55010.31230.1494
Hunter Lab47.486994.0757-68.1732
CIE-Lab54.605991.4308-59.6530

#e400ec color RGB value is (228,0,236).

#e400ec hex color red value is 228, green value is 0 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e400ec hue: 0.83 , saturation: 1.00 and the lightness value of e400ec is 0.46.

The process color (four color CMYK) of #e400ec color hex is 0.03, 1.00, 0.00, 0.07. Web safe color of #e400ec is #cc00ff. Color #e400ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000000 11101100
Octal 344 0 354
Decimal 228 0 236
Hex E4 0 EC

RGB Percentages of Color #e400ec

%49.14
%0.00
%50.86

CMYK Percentages of Color #e400ec

%3
%100
%0
%7

Triadic Colors of #e400ec

#e400ec #ece400 #00ece4

Analogous Colors of #e400ec

#e400ec #ec007e #6e00ec

Monochromatic Colors of #e400ec

#e400ec

Complementary Color

#e400ec #08ec00

#e400ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e400ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e400ec Color CSS Codes

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

#e400ec Text Font Color

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

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


#e400ec Background Color

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

This div background color is #e400ec


#e400ec Border Color

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

This div border color is #e400ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e400ec


Comments

No comments written yet.

Please login to write comment.