Color Hex Logo

#e1446e Color Hex

#E1446E
(225,68,110)
0 Favorites   0 Comments

Color spaces of #e1446e

RGB 22568110
HSL0.960.720.57
HSV344°70°88°
CMYK 0.000.700.51   0.12
XYZ35.932921.267616.9630
Yxy21.26760.48450.2868
Hunter Lab46.116858.377710.4733
CIE-Lab53.241163.085411.7651

#e1446e color RGB value is (225,68,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 01101110
Octal 341 104 156
Decimal 225 68 110
Hex E1 44 6E

RGB Percentages of Color #e1446e

%55.83
%16.87
%27.30

CMYK Percentages of Color #e1446e

%0
%70
%51
%12

Triadic Colors of #e1446e

#e1446e #6ee144 #446ee1

Analogous Colors of #e1446e

#e1446e #e16944 #e144bd

Monochromatic Colors of #e1446e

#e1446e

Complementary Color

#e1446e #44e1b7

#e1446e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1446e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1446e Color CSS Codes

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

#e1446e Text Font Color

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

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


#e1446e Background Color

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

This div background color is #e1446e


#e1446e Border Color

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

This div border color is #e1446e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1446e


Comments

No comments written yet.

Please login to write comment.