Color Hex Logo

#e40cfe Color Hex

#E40CFE
(228,12,254)
0 Favorites   0 Comments

Color spaces of #e40cfe

RGB 22812254
HSL0.820.990.52
HSV294°95°100°
CMYK 0.100.950.00   0.00
XYZ50.015823.912795.7454
Yxy23.91270.29480.1409
Hunter Lab48.900696.9946-81.8570
CIE-Lab56.000393.3238-67.4706

#e40cfe color RGB value is (228,12,254).

#e40cfe hex color red value is 228, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e40cfe hue: 0.82 , saturation: 0.99 and the lightness value of e40cfe is 0.52.

The process color (four color CMYK) of #e40cfe color hex is 0.10, 0.95, 0.00, 0.00. Web safe color of #e40cfe is #cc00ff. Color #e40cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001100 11111110
Octal 344 14 376
Decimal 228 12 254
Hex E4 C FE

RGB Percentages of Color #e40cfe

%46.15
%2.43
%51.42

CMYK Percentages of Color #e40cfe

%10
%95
%0
%0

Triadic Colors of #e40cfe

#e40cfe #fee40c #0cfee4

Analogous Colors of #e40cfe

#e40cfe #fe0c9f #6b0cfe

Monochromatic Colors of #e40cfe

#e40cfe

Complementary Color

#e40cfe #26fe0c

#e40cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40cfe Color CSS Codes

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

#e40cfe Text Font Color

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

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


#e40cfe Background Color

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

This div background color is #e40cfe


#e40cfe Border Color

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

This div border color is #e40cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.