Color Hex Logo

#e400ea Color Hex

#E400EA
(228,0,234)
0 Favorites   0 Comments

Color spaces of #e400ea

RGB 2280234
HSL0.831.000.46
HSV298°100°92°
CMYK 0.031.000.00   0.08
XYZ46.846222.434579.7031
Yxy22.43450.31440.1506
Hunter Lab47.365193.6557-66.6141
CIE-Lab54.485091.1412-58.7213

#e400ea color RGB value is (228,0,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000000 11101010
Octal 344 0 352
Decimal 228 0 234
Hex E4 0 EA

RGB Percentages of Color #e400ea

%49.35
%0.00
%50.65

CMYK Percentages of Color #e400ea

%3
%100
%0
%8

Triadic Colors of #e400ea

#e400ea #eae400 #00eae4

Analogous Colors of #e400ea

#e400ea #ea007b #6f00ea

Monochromatic Colors of #e400ea

#e400ea

Complementary Color

#e400ea #06ea00

#e400ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e400ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e400ea Color CSS Codes

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

#e400ea Text Font Color

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

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


#e400ea Background Color

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

This div background color is #e400ea


#e400ea Border Color

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

This div border color is #e400ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,0,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e400ea


Comments

No comments written yet.

Please login to write comment.