Color Hex Logo

#e14464 Color Hex

#E14464
(225,68,100)
0 Favorites   0 Comments

Color spaces of #e14464

RGB 22568100
HSL0.970.720.57
HSV348°70°88°
CMYK 0.000.700.56   0.12
XYZ35.418721.061914.2552
Yxy21.06190.50070.2978
Hunter Lab45.893257.446513.7088
CIE-Lab53.017262.317917.4402

#e14464 color RGB value is (225,68,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 01100100
Octal 341 104 144
Decimal 225 68 100
Hex E1 44 64

RGB Percentages of Color #e14464

%57.25
%17.30
%25.45

CMYK Percentages of Color #e14464

%0
%70
%56
%12

Triadic Colors of #e14464

#e14464 #64e144 #4464e1

Analogous Colors of #e14464

#e14464 #e17344 #e144b3

Monochromatic Colors of #e14464

#e14464

Complementary Color

#e14464 #44e1c1

#e14464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14464 Color CSS Codes

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

#e14464 Text Font Color

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

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


#e14464 Background Color

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

This div background color is #e14464


#e14464 Border Color

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

This div border color is #e14464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14464


Comments

No comments written yet.

Please login to write comment.