Color Hex Logo

#e14cfe Color Hex

#E14CFE
(225,76,254)
0 Favorites   0 Comments

Color spaces of #e14cfe

RGB 22576254
HSL0.810.990.65
HSV290°70°100°
CMYK 0.110.700.00   0.00
XYZ51.525228.332296.5189
Yxy28.33220.29210.1606
Hunter Lab53.228079.6407-70.2516
CIE-Lab60.187779.2952-60.7655

#e14cfe color RGB value is (225,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001100 11111110
Octal 341 114 376
Decimal 225 76 254
Hex E1 4C FE

RGB Percentages of Color #e14cfe

%40.54
%13.69
%45.77

CMYK Percentages of Color #e14cfe

%11
%70
%0
%0

Triadic Colors of #e14cfe

#e14cfe #fee14c #4cfee1

Analogous Colors of #e14cfe

#e14cfe #fe4cc2 #884cfe

Monochromatic Colors of #e14cfe

#e14cfe

Complementary Color

#e14cfe #69fe4c

#e14cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14cfe Color CSS Codes

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

#e14cfe Text Font Color

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

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


#e14cfe Background Color

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

This div background color is #e14cfe


#e14cfe Border Color

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

This div border color is #e14cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14cfe


Comments

No comments written yet.

Please login to write comment.