Color Hex Logo

#e549da Color Hex

#E549DA
(229,73,218)
0 Favorites   0 Comments

Color spaces of #e549da

RGB 22973218
HSL0.850.750.59
HSV304°68°90°
CMYK 0.000.680.05   0.10
XYZ47.350526.485168.9461
Yxy26.48510.33160.1855
Hunter Lab51.463774.1722-43.4065
CIE-Lab58.494775.2704-43.3042

#e549da color RGB value is (229,73,218).

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

The process color (four color CMYK) of #e549da color hex is 0.00, 0.68, 0.05, 0.10. Web safe color of #e549da is #cc33cc. Color #e549da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001001 11011010
Octal 345 111 332
Decimal 229 73 218
Hex E5 49 DA

RGB Percentages of Color #e549da

%44.04
%14.04
%41.92

CMYK Percentages of Color #e549da

%0
%68
%5
%10

Triadic Colors of #e549da

#e549da #dae549 #49dae5

Analogous Colors of #e549da

#e549da #e5498c #a249e5

Monochromatic Colors of #e549da

#e549da

Complementary Color

#e549da #49e554

#e549da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e549da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e549da Color CSS Codes

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

#e549da Text Font Color

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

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


#e549da Background Color

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

This div background color is #e549da


#e549da Border Color

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

This div border color is #e549da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e549da


Comments

No comments written yet.

Please login to write comment.