Color Hex Logo

#e0448a Color Hex

#E0448A
(224,68,138)
0 Favorites   0 Comments

Color spaces of #e0448a

RGB 22468138
HSL0.930.720.57
HSV333°70°88°
CMYK 0.000.700.38   0.12
XYZ37.395021.816526.2848
Yxy21.81650.43740.2552
Hunter Lab46.708161.1696-0.6695
CIE-Lab53.831865.3782-4.1316

#e0448a color RGB value is (224,68,138).

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

The process color (four color CMYK) of #e0448a color hex is 0.00, 0.70, 0.38, 0.12. Web safe color of #e0448a is #cc3399. Color #e0448a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 10001010
Octal 340 104 212
Decimal 224 68 138
Hex E0 44 8A

RGB Percentages of Color #e0448a

%52.09
%15.81
%32.09

CMYK Percentages of Color #e0448a

%0
%70
%38
%12

Triadic Colors of #e0448a

#e0448a #8ae044 #448ae0

Analogous Colors of #e0448a

#e0448a #e04c44 #e044d8

Monochromatic Colors of #e0448a

#e0448a

Complementary Color

#e0448a #44e09a

#e0448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0448a Color CSS Codes

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

#e0448a Text Font Color

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

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


#e0448a Background Color

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

This div background color is #e0448a


#e0448a Border Color

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

This div border color is #e0448a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0448a


Comments

No comments written yet.

Please login to write comment.