Color Hex Logo

#e144da Color Hex

#E144DA
(225,68,218)
0 Favorites   0 Comments

Color spaces of #e144da

RGB 22568218
HSL0.840.720.57
HSV303°70°88°
CMYK 0.000.700.03   0.12
XYZ45.773325.203868.7820
Yxy25.20380.32750.1803
Hunter Lab50.203474.8927-46.0889
CIE-Lab57.273576.0836-45.2734

#e144da color RGB value is (225,68,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 11011010
Octal 341 104 332
Decimal 225 68 218
Hex E1 44 DA

RGB Percentages of Color #e144da

%44.03
%13.31
%42.66

CMYK Percentages of Color #e144da

%0
%70
%3
%12

Triadic Colors of #e144da

#e144da #dae144 #44dae1

Analogous Colors of #e144da

#e144da #e1448c #9a44e1

Monochromatic Colors of #e144da

#e144da

Complementary Color

#e144da #44e14b

#e144da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e144da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e144da Color CSS Codes

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

#e144da Text Font Color

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

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


#e144da Background Color

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

This div background color is #e144da


#e144da Border Color

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

This div border color is #e144da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e144da


Comments

No comments written yet.

Please login to write comment.