Color Hex Logo

#e149da Color Hex

#E149DA
(225,73,218)
0 Favorites   0 Comments

Color spaces of #e149da

RGB 22573218
HSL0.840.720.58
HSV303°68°88°
CMYK 0.000.680.03   0.12
XYZ46.088825.834668.8871
Yxy25.83460.32730.1835
Hunter Lab50.827772.9089-44.7766
CIE-Lab57.879774.3688-44.3155

#e149da color RGB value is (225,73,218).

#e149da hex color red value is 225, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e149da hue: 0.84 , saturation: 0.72 and the lightness value of e149da is 0.58.

The process color (four color CMYK) of #e149da color hex is 0.00, 0.68, 0.03, 0.12. Web safe color of #e149da is #cc33cc. Color #e149da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 11011010
Octal 341 111 332
Decimal 225 73 218
Hex E1 49 DA

RGB Percentages of Color #e149da

%43.60
%14.15
%42.25

CMYK Percentages of Color #e149da

%0
%68
%3
%12

Triadic Colors of #e149da

#e149da #dae149 #49dae1

Analogous Colors of #e149da

#e149da #e1498e #9c49e1

Monochromatic Colors of #e149da

#e149da

Complementary Color

#e149da #49e150

#e149da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e149da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e149da Color CSS Codes

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

#e149da Text Font Color

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

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


#e149da Background Color

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

This div background color is #e149da


#e149da Border Color

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

This div border color is #e149da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e149da


Comments

No comments written yet.

Please login to write comment.