Color Hex Logo

#e44cfe Color Hex

#E44CFE
(228,76,254)
0 Favorites   0 Comments

Color spaces of #e44cfe

RGB 22876254
HSL0.810.990.65
HSV291°70°100°
CMYK 0.100.700.00   0.00
XYZ52.468728.818696.5631
Yxy28.81860.29500.1620
Hunter Lab53.683080.5173-69.0708
CIE-Lab60.621279.9000-60.0474

#e44cfe color RGB value is (228,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001100 11111110
Octal 344 114 376
Decimal 228 76 254
Hex E4 4C FE

RGB Percentages of Color #e44cfe

%40.86
%13.62
%45.52

CMYK Percentages of Color #e44cfe

%10
%70
%0
%0

Triadic Colors of #e44cfe

#e44cfe #fee44c #4cfee4

Analogous Colors of #e44cfe

#e44cfe #fe4cbf #8b4cfe

Monochromatic Colors of #e44cfe

#e44cfe

Complementary Color

#e44cfe #66fe4c

#e44cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44cfe Color CSS Codes

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

#e44cfe Text Font Color

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

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


#e44cfe Background Color

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

This div background color is #e44cfe


#e44cfe Border Color

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

This div border color is #e44cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44cfe


Comments

No comments written yet.

Please login to write comment.