Color Hex Logo

#e44e69 Color Hex

#E44E69
(228,78,105)
0 Favorites   0 Comments

Color spaces of #e44e69

RGB 22878105
HSL0.970.740.60
HSV349°66°89°
CMYK 0.000.660.54   0.11
XYZ37.269122.962715.8325
Yxy22.96270.49000.3019
Hunter Lab47.919454.968613.9543
CIE-Lab55.033959.784917.3019

#e44e69 color RGB value is (228,78,105).

#e44e69 hex color red value is 228, green value is 78 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e44e69 hue: 0.97 , saturation: 0.74 and the lightness value of e44e69 is 0.60.

The process color (four color CMYK) of #e44e69 color hex is 0.00, 0.66, 0.54, 0.11. Web safe color of #e44e69 is #cc6666. Color #e44e69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001110 01101001
Octal 344 116 151
Decimal 228 78 105
Hex E4 4E 69

RGB Percentages of Color #e44e69

%55.47
%18.98
%25.55

CMYK Percentages of Color #e44e69

%0
%66
%54
%11

Triadic Colors of #e44e69

#e44e69 #69e44e #4e69e4

Analogous Colors of #e44e69

#e44e69 #e47e4e #e44eb4

Monochromatic Colors of #e44e69

#e44e69

Complementary Color

#e44e69 #4ee4c9

#e44e69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44e69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44e69 Color CSS Codes

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

#e44e69 Text Font Color

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

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


#e44e69 Background Color

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

This div background color is #e44e69


#e44e69 Border Color

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

This div border color is #e44e69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44e69


Comments

No comments written yet.

Please login to write comment.