Color Hex Logo

#e4448f Color Hex

#E4448F
(228,68,143)
0 Favorites   0 Comments

Color spaces of #e4448f

RGB 22868143
HSL0.920.750.58
HSV332°70°89°
CMYK 0.000.700.37   0.11
XYZ39.020022.611428.2945
Yxy22.61140.43390.2514
Hunter Lab47.551463.2594-1.9933
CIE-Lab54.669866.9979-5.7829

#e4448f color RGB value is (228,68,143).

#e4448f hex color red value is 228, green value is 68 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e4448f hue: 0.92 , saturation: 0.75 and the lightness value of e4448f is 0.58.

The process color (four color CMYK) of #e4448f color hex is 0.00, 0.70, 0.37, 0.11. Web safe color of #e4448f is #cc3399. Color #e4448f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000100 10001111
Octal 344 104 217
Decimal 228 68 143
Hex E4 44 8F

RGB Percentages of Color #e4448f

%51.94
%15.49
%32.57

CMYK Percentages of Color #e4448f

%0
%70
%37
%11

Triadic Colors of #e4448f

#e4448f #8fe444 #448fe4

Analogous Colors of #e4448f

#e4448f #e44944 #e444df

Monochromatic Colors of #e4448f

#e4448f

Complementary Color

#e4448f #44e499

#e4448f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4448f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4448f Color CSS Codes

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

#e4448f Text Font Color

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

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


#e4448f Background Color

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

This div background color is #e4448f


#e4448f Border Color

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

This div border color is #e4448f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4448f


Comments

No comments written yet.

Please login to write comment.