Color Hex Logo

#e44df9 Color Hex

#E44DF9
(228,77,249)
0 Favorites   0 Comments

Color spaces of #e44df9

RGB 22877249
HSL0.810.930.64
HSV293°69°98°
CMYK 0.080.690.00   0.02
XYZ51.747728.641392.4234
Yxy28.64130.29940.1657
Hunter Lab53.517678.9411-64.9299
CIE-Lab60.463778.6912-57.5328

#e44df9 color RGB value is (228,77,249).

#e44df9 hex color red value is 228, green value is 77 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #e44df9 hue: 0.81 , saturation: 0.93 and the lightness value of e44df9 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001101 11111001
Octal 344 115 371
Decimal 228 77 249
Hex E4 4D F9

RGB Percentages of Color #e44df9

%41.16
%13.90
%44.95

CMYK Percentages of Color #e44df9

%8
%69
%0
%2

Triadic Colors of #e44df9

#e44df9 #f9e44d #4df9e4

Analogous Colors of #e44df9

#e44df9 #f94db8 #8e4df9

Monochromatic Colors of #e44df9

#e44df9

Complementary Color

#e44df9 #62f94d

#e44df9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44df9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44df9 Color CSS Codes

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

#e44df9 Text Font Color

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

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


#e44df9 Background Color

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

This div background color is #e44df9


#e44df9 Border Color

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

This div border color is #e44df9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,77,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e44df9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e44df9;
  -webkit-box-shadow: 1px 1px 3px 2px #e44df9;
  box-shadow:         1px 1px 3px 2px #e44df9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,77,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44df9


Comments

No comments written yet.

Please login to write comment.