Color Hex Logo

#e423fe Color Hex

#E423FE
(228,35,254)
0 Favorites   0 Comments

Color spaces of #e423fe

RGB 22835254
HSL0.810.990.57
HSV293°86°100°
CMYK 0.100.860.00   0.00
XYZ50.485324.851895.9019
Yxy24.85180.29480.1451
Hunter Lab49.851693.5289-79.1629
CIE-Lab56.930790.5723-65.9707

#e423fe color RGB value is (228,35,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100011 11111110
Octal 344 43 376
Decimal 228 35 254
Hex E4 23 FE

RGB Percentages of Color #e423fe

%44.10
%6.77
%49.13

CMYK Percentages of Color #e423fe

%10
%86
%0
%0

Triadic Colors of #e423fe

#e423fe #fee423 #23fee4

Analogous Colors of #e423fe

#e423fe #fe23ab #7723fe

Monochromatic Colors of #e423fe

#e423fe

Complementary Color

#e423fe #3dfe23

#e423fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e423fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e423fe Color CSS Codes

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

#e423fe Text Font Color

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

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


#e423fe Background Color

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

This div background color is #e423fe


#e423fe Border Color

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

This div border color is #e423fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e423fe

Related Colors


Comments

No comments written yet.

Please login to write comment.