Color Hex Logo

#e2448e Color Hex

#E2448E
(226,68,142)
0 Favorites   0 Comments

Color spaces of #e2448e

RGB 22668142
HSL0.920.730.58
HSV332°70°89°
CMYK 0.000.700.37   0.11
XYZ38.313622.256027.8677
Yxy22.25600.43320.2517
Hunter Lab47.176362.4080-2.0001
CIE-Lab54.297666.3461-5.7797

#e2448e color RGB value is (226,68,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000100 10001110
Octal 342 104 216
Decimal 226 68 142
Hex E2 44 8E

RGB Percentages of Color #e2448e

%51.83
%15.60
%32.57

CMYK Percentages of Color #e2448e

%0
%70
%37
%11

Triadic Colors of #e2448e

#e2448e #8ee244 #448ee2

Analogous Colors of #e2448e

#e2448e #e24944 #e244dd

Monochromatic Colors of #e2448e

#e2448e

Complementary Color

#e2448e #44e298

#e2448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2448e Color CSS Codes

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

#e2448e Text Font Color

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

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


#e2448e Background Color

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

This div background color is #e2448e


#e2448e Border Color

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

This div border color is #e2448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2448e


Comments

No comments written yet.

Please login to write comment.