Color Hex Logo

#e44fdc Color Hex

#E44FDC
(228,79,220)
0 Favorites   0 Comments

Color spaces of #e44fdc

RGB 22879220
HSL0.840.730.60
HSV303°65°89°
CMYK 0.000.650.04   0.11
XYZ47.709227.253370.4560
Yxy27.25330.32810.1874
Hunter Lab52.204771.7706-43.4751
CIE-Lab59.208173.1938-43.3189

#e44fdc color RGB value is (228,79,220).

#e44fdc hex color red value is 228, green value is 79 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e44fdc hue: 0.84 , saturation: 0.73 and the lightness value of e44fdc is 0.60.

The process color (four color CMYK) of #e44fdc color hex is 0.00, 0.65, 0.04, 0.11. Web safe color of #e44fdc is #cc66cc. Color #e44fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001111 11011100
Octal 344 117 334
Decimal 228 79 220
Hex E4 4F DC

RGB Percentages of Color #e44fdc

%43.26
%14.99
%41.75

CMYK Percentages of Color #e44fdc

%0
%65
%4
%11

Triadic Colors of #e44fdc

#e44fdc #dce44f #4fdce4

Analogous Colors of #e44fdc

#e44fdc #e44f92 #a24fe4

Monochromatic Colors of #e44fdc

#e44fdc

Complementary Color

#e44fdc #4fe457

#e44fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44fdc Color CSS Codes

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

#e44fdc Text Font Color

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

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


#e44fdc Background Color

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

This div background color is #e44fdc


#e44fdc Border Color

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

This div border color is #e44fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44fdc


Comments

No comments written yet.

Please login to write comment.