Color Hex Logo

#e14778 Color Hex

#E14778
(225,71,120)
0 Favorites   0 Comments

Color spaces of #e14778

RGB 22571120
HSL0.950.720.58
HSV341°68°88°
CMYK 0.000.680.47   0.12
XYZ36.694721.870120.0566
Yxy21.87010.46670.2782
Hunter Lab46.765558.22117.3078
CIE-Lab53.888962.83046.7016

#e14778 color RGB value is (225,71,120).

#e14778 hex color red value is 225, green value is 71 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e14778 hue: 0.95 , saturation: 0.72 and the lightness value of e14778 is 0.58.

The process color (four color CMYK) of #e14778 color hex is 0.00, 0.68, 0.47, 0.12. Web safe color of #e14778 is #cc3366. Color #e14778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000111 01111000
Octal 341 107 170
Decimal 225 71 120
Hex E1 47 78

RGB Percentages of Color #e14778

%54.09
%17.07
%28.85

CMYK Percentages of Color #e14778

%0
%68
%47
%12

Triadic Colors of #e14778

#e14778 #78e147 #4778e1

Analogous Colors of #e14778

#e14778 #e16347 #e147c5

Monochromatic Colors of #e14778

#e14778

Complementary Color

#e14778 #47e1b0

#e14778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14778 Color CSS Codes

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

#e14778 Text Font Color

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

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


#e14778 Background Color

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

This div background color is #e14778


#e14778 Border Color

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

This div border color is #e14778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14778


Comments

No comments written yet.

Please login to write comment.