Color Hex Logo

#e14aea Color Hex

#E14AEA
(225,74,234)
0 Favorites   0 Comments

Color spaces of #e14aea

RGB 22574234
HSL0.820.790.60
HSV297°68°92°
CMYK 0.040.680.00   0.08
XYZ48.351426.845680.4752
Yxy26.84560.31060.1724
Hunter Lab51.812775.9030-55.8199
CIE-Lab58.831176.5935-51.8081

#e14aea color RGB value is (225,74,234).

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

The process color (four color CMYK) of #e14aea color hex is 0.04, 0.68, 0.00, 0.08. Web safe color of #e14aea is #cc33ff. Color #e14aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 11101010
Octal 341 112 352
Decimal 225 74 234
Hex E1 4A EA

RGB Percentages of Color #e14aea

%42.21
%13.88
%43.90

CMYK Percentages of Color #e14aea

%4
%68
%0
%8

Triadic Colors of #e14aea

#e14aea #eae14a #4aeae1

Analogous Colors of #e14aea

#e14aea #ea4aa3 #914aea

Monochromatic Colors of #e14aea

#e14aea

Complementary Color

#e14aea #53ea4a

#e14aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14aea Color CSS Codes

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

#e14aea Text Font Color

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

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


#e14aea Background Color

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

This div background color is #e14aea


#e14aea Border Color

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

This div border color is #e14aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14aea


Comments

No comments written yet.

Please login to write comment.