Color Hex Logo

#ea49ed Color Hex

#EA49ED
(234,73,237)
0 Favorites   0 Comments

Color spaces of #ea49ed

RGB 23473237
HSL0.830.820.61
HSV299°69°93°
CMYK 0.010.690.00   0.07
XYZ51.600328.371982.8775
Yxy28.37190.31690.1742
Hunter Lab53.265379.7062-54.9659
CIE-Lab60.223379.3398-51.1896

#ea49ed color RGB value is (234,73,237).

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

The process color (four color CMYK) of #ea49ed color hex is 0.01, 0.69, 0.00, 0.07. Web safe color of #ea49ed is #ff33ff. Color #ea49ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 11101101
Octal 352 111 355
Decimal 234 73 237
Hex EA 49 ED

RGB Percentages of Color #ea49ed

%43.01
%13.42
%43.57

CMYK Percentages of Color #ea49ed

%1
%69
%0
%7

Triadic Colors of #ea49ed

#ea49ed #edea49 #49edea

Analogous Colors of #ea49ed

#ea49ed #ed499e #9849ed

Monochromatic Colors of #ea49ed

#ea49ed

Complementary Color

#ea49ed #4ced49

#ea49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea49ed Color CSS Codes

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

#ea49ed Text Font Color

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

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


#ea49ed Background Color

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

This div background color is #ea49ed


#ea49ed Border Color

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

This div border color is #ea49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea49ed


Comments

No comments written yet.

Please login to write comment.