Color Hex Logo

#e114ea Color Hex

#E114EA
(225,20,234)
0 Favorites   0 Comments

Color spaces of #e114ea

RGB 22520234
HSL0.830.840.50
HSV297°91°92°
CMYK 0.040.910.00   0.08
XYZ46.152822.448479.7423
Yxy22.44840.31110.1513
Hunter Lab47.379790.9630-66.6220
CIE-Lab54.499689.1201-58.7257

#e114ea color RGB value is (225,20,234).

#e114ea hex color red value is 225, green value is 20 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e114ea hue: 0.83 , saturation: 0.84 and the lightness value of e114ea is 0.50.

The process color (four color CMYK) of #e114ea color hex is 0.04, 0.91, 0.00, 0.08. Web safe color of #e114ea is #cc00ff. Color #e114ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 11101010
Octal 341 24 352
Decimal 225 20 234
Hex E1 14 EA

RGB Percentages of Color #e114ea

%46.97
%4.18
%48.85

CMYK Percentages of Color #e114ea

%4
%91
%0
%8

Triadic Colors of #e114ea

#e114ea #eae114 #14eae1

Analogous Colors of #e114ea

#e114ea #ea1488 #7614ea

Monochromatic Colors of #e114ea

#e114ea

Complementary Color

#e114ea #1dea14

#e114ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e114ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e114ea Color CSS Codes

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

#e114ea Text Font Color

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

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


#e114ea Background Color

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

This div background color is #e114ea


#e114ea Border Color

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

This div border color is #e114ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e114ea


Comments

No comments written yet.

Please login to write comment.