Color Hex Logo

#e0446f Color Hex

#E0446F
(224,68,111)
0 Favorites   0 Comments

Color spaces of #e0446f

RGB 22468111
HSL0.950.720.57
HSV343°70°88°
CMYK 0.000.700.50   0.12
XYZ35.676821.129217.2369
Yxy21.12920.48180.2854
Hunter Lab45.966558.10109.9435
CIE-Lab53.090662.873310.9294

#e0446f color RGB value is (224,68,111).

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

The process color (four color CMYK) of #e0446f color hex is 0.00, 0.70, 0.50, 0.12. Web safe color of #e0446f is #cc3366. Color #e0446f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 01101111
Octal 340 104 157
Decimal 224 68 111
Hex E0 44 6F

RGB Percentages of Color #e0446f

%55.58
%16.87
%27.54

CMYK Percentages of Color #e0446f

%0
%70
%50
%12

Triadic Colors of #e0446f

#e0446f #6fe044 #446fe0

Analogous Colors of #e0446f

#e0446f #e06744 #e044bd

Monochromatic Colors of #e0446f

#e0446f

Complementary Color

#e0446f #44e0b5

#e0446f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0446f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0446f Color CSS Codes

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

#e0446f Text Font Color

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

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


#e0446f Background Color

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

This div background color is #e0446f


#e0446f Border Color

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

This div border color is #e0446f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,68,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0446f


Comments

No comments written yet.

Please login to write comment.