Color Hex Logo

#e14eff Color Hex

#E14EFF
(225,78,255)
0 Favorites   0 Comments

Color spaces of #e14eff

RGB 22578255
HSL0.811.000.65
HSV290°69°100°
CMYK 0.120.690.00   0.00
XYZ51.825728.676397.4113
Yxy28.67630.29130.1612
Hunter Lab53.550379.0386-70.3671
CIE-Lab60.494978.7621-60.8262

#e14eff color RGB value is (225,78,255).

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

The process color (four color CMYK) of #e14eff color hex is 0.12, 0.69, 0.00, 0.00. Web safe color of #e14eff is #cc66ff. Color #e14eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 11111111
Octal 341 116 377
Decimal 225 78 255
Hex E1 4E FF

RGB Percentages of Color #e14eff

%40.32
%13.98
%45.70

CMYK Percentages of Color #e14eff

%12
%69
%0
%0

Triadic Colors of #e14eff

#e14eff #ffe14e #4effe1

Analogous Colors of #e14eff

#e14eff #ff4ec5 #894eff

Monochromatic Colors of #e14eff

#e14eff

Complementary Color

#e14eff #6cff4e

#e14eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14eff Color CSS Codes

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

#e14eff Text Font Color

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

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


#e14eff Background Color

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

This div background color is #e14eff


#e14eff Border Color

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

This div border color is #e14eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,78,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14eff


Comments

No comments written yet.

Please login to write comment.