Color Hex Logo

#e14860 Color Hex

#E14860
(225,72,96)
0 Favorites   0 Comments

Color spaces of #e14860

RGB 2257296
HSL0.970.720.58
HSV351°68°88°
CMYK 0.000.680.57   0.12
XYZ35.480021.486813.3437
Yxy21.48680.50460.3056
Hunter Lab46.353955.507615.3801
CIE-Lab53.478260.538220.4474

#e14860 color RGB value is (225,72,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 01100000
Octal 341 110 140
Decimal 225 72 96
Hex E1 48 60

RGB Percentages of Color #e14860

%57.25
%18.32
%24.43

CMYK Percentages of Color #e14860

%0
%68
%57
%12

Triadic Colors of #e14860

#e14860 #60e148 #4860e1

Analogous Colors of #e14860

#e14860 #e17d48 #e148ad

Monochromatic Colors of #e14860

#e14860

Complementary Color

#e14860 #48e1c9

#e14860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14860 Color CSS Codes

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

#e14860 Text Font Color

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

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


#e14860 Background Color

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

This div background color is #e14860


#e14860 Border Color

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

This div border color is #e14860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14860


Comments

No comments written yet.

Please login to write comment.