Color Hex Logo

#ea49eb Color Hex

#EA49EB
(234,73,235)
0 Favorites   0 Comments

Color spaces of #ea49eb

RGB 23473235
HSL0.830.800.60
HSV300°69°92°
CMYK 0.000.690.00   0.08
XYZ51.309628.255781.3468
Yxy28.25570.31890.1756
Hunter Lab53.156179.2763-53.5245
CIE-Lab60.119079.0216-50.2380

#ea49eb color RGB value is (234,73,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 11101011
Octal 352 111 353
Decimal 234 73 235
Hex EA 49 EB

RGB Percentages of Color #ea49eb

%43.17
%13.47
%43.36

CMYK Percentages of Color #ea49eb

%0
%69
%0
%8

Triadic Colors of #ea49eb

#ea49eb #ebea49 #49ebea

Analogous Colors of #ea49eb

#ea49eb #eb499b #9949eb

Monochromatic Colors of #ea49eb

#ea49eb

Complementary Color

#ea49eb #4aeb49

#ea49eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea49eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea49eb Color CSS Codes

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

#ea49eb Text Font Color

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

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


#ea49eb Background Color

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

This div background color is #ea49eb


#ea49eb Border Color

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

This div border color is #ea49eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea49eb


Comments

No comments written yet.

Please login to write comment.