Color Hex Logo

#e43cfe Color Hex

#E43CFE
(228,60,254)
0 Favorites   0 Comments

Color spaces of #e43cfe

RGB 22860254
HSL0.810.990.62
HSV292°76°100°
CMYK 0.100.760.00   0.00
XYZ51.500226.881596.2402
Yxy26.88150.29490.1539
Hunter Lab51.847486.5719-73.7622
CIE-Lab58.864584.9327-62.8618

#e43cfe color RGB value is (228,60,254).

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

The process color (four color CMYK) of #e43cfe color hex is 0.10, 0.76, 0.00, 0.00. Web safe color of #e43cfe is #cc33ff. Color #e43cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111100 11111110
Octal 344 74 376
Decimal 228 60 254
Hex E4 3C FE

RGB Percentages of Color #e43cfe

%42.07
%11.07
%46.86

CMYK Percentages of Color #e43cfe

%10
%76
%0
%0

Triadic Colors of #e43cfe

#e43cfe #fee43c #3cfee4

Analogous Colors of #e43cfe

#e43cfe #fe3cb7 #833cfe

Monochromatic Colors of #e43cfe

#e43cfe

Complementary Color

#e43cfe #56fe3c

#e43cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43cfe Color CSS Codes

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

#e43cfe Text Font Color

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

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


#e43cfe Background Color

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

This div background color is #e43cfe


#e43cfe Border Color

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

This div border color is #e43cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.