Color Hex Logo

#e449ea Color Hex

#E449EA
(228,73,234)
0 Favorites   0 Comments

Color spaces of #e449ea

RGB 22873234
HSL0.830.790.60
HSV298°69°92°
CMYK 0.030.690.00   0.08
XYZ49.228727.199680.4973
Yxy27.19960.31370.1733
Hunter Lab52.153277.2223-55.0055
CIE-Lab59.158677.5815-51.2600

#e449ea color RGB value is (228,73,234).

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

The process color (four color CMYK) of #e449ea color hex is 0.03, 0.69, 0.00, 0.08. Web safe color of #e449ea is #cc33ff. Color #e449ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 11101010
Octal 344 111 352
Decimal 228 73 234
Hex E4 49 EA

RGB Percentages of Color #e449ea

%42.62
%13.64
%43.74

CMYK Percentages of Color #e449ea

%3
%69
%0
%8

Triadic Colors of #e449ea

#e449ea #eae449 #49eae4

Analogous Colors of #e449ea

#e449ea #ea49a0 #9449ea

Monochromatic Colors of #e449ea

#e449ea

Complementary Color

#e449ea #4fea49

#e449ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449ea Color CSS Codes

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

#e449ea Text Font Color

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

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


#e449ea Background Color

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

This div background color is #e449ea


#e449ea Border Color

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

This div border color is #e449ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449ea


Comments

No comments written yet.

Please login to write comment.