Color Hex Logo

#ea49da Color Hex

#EA49DA
(234,73,218)
0 Favorites   0 Comments

Color spaces of #ea49da

RGB 23473218
HSL0.850.790.60
HSV306°69°92°
CMYK 0.000.690.07   0.08
XYZ48.969127.319569.0219
Yxy27.31950.33700.1880
Hunter Lab52.268175.7647-41.7070
CIE-Lab59.268976.3991-42.0323

#ea49da color RGB value is (234,73,218).

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

The process color (four color CMYK) of #ea49da color hex is 0.00, 0.69, 0.07, 0.08. Web safe color of #ea49da is #ff33cc. Color #ea49da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 11011010
Octal 352 111 332
Decimal 234 73 218
Hex EA 49 DA

RGB Percentages of Color #ea49da

%44.57
%13.90
%41.52

CMYK Percentages of Color #ea49da

%0
%69
%7
%8

Triadic Colors of #ea49da

#ea49da #daea49 #49daea

Analogous Colors of #ea49da

#ea49da #ea498a #aa49ea

Monochromatic Colors of #ea49da

#ea49da

Complementary Color

#ea49da #49ea59

#ea49da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea49da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea49da Color CSS Codes

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

#ea49da Text Font Color

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

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


#ea49da Background Color

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

This div background color is #ea49da


#ea49da Border Color

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

This div border color is #ea49da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea49da


Comments

No comments written yet.

Please login to write comment.