Color Hex Logo

#e14eea Color Hex

#E14EEA
(225,78,234)
0 Favorites   0 Comments

Color spaces of #e14eea

RGB 22578234
HSL0.820.790.61
HSV297°67°92°
CMYK 0.040.670.00   0.08
XYZ48.627027.396880.5671
Yxy27.39680.31050.1750
Hunter Lab52.342074.2326-54.6225
CIE-Lab59.339875.1578-50.9999

#e14eea color RGB value is (225,78,234).

#e14eea hex color red value is 225, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e14eea hue: 0.82 , saturation: 0.79 and the lightness value of e14eea is 0.61.

The process color (four color CMYK) of #e14eea color hex is 0.04, 0.67, 0.00, 0.08. Web safe color of #e14eea is #cc66ff. Color #e14eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 11101010
Octal 341 116 352
Decimal 225 78 234
Hex E1 4E EA

RGB Percentages of Color #e14eea

%41.90
%14.53
%43.58

CMYK Percentages of Color #e14eea

%4
%67
%0
%8

Triadic Colors of #e14eea

#e14eea #eae14e #4eeae1

Analogous Colors of #e14eea

#e14eea #ea4ea5 #934eea

Monochromatic Colors of #e14eea

#e14eea

Complementary Color

#e14eea #57ea4e

#e14eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14eea Color CSS Codes

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

#e14eea Text Font Color

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

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


#e14eea Background Color

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

This div background color is #e14eea


#e14eea Border Color

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

This div border color is #e14eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14eea


Comments

No comments written yet.

Please login to write comment.