Color Hex Logo

#e14370 Color Hex

#E14370
(225,67,112)
0 Favorites   0 Comments

Color spaces of #e14370

RGB 22567112
HSL0.950.720.57
HSV343°70°88°
CMYK 0.000.700.50   0.12
XYZ35.983121.191717.5231
Yxy21.19170.48170.2837
Hunter Lab46.034458.96539.6553
CIE-Lab53.158763.609210.4513

#e14370 color RGB value is (225,67,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 01110000
Octal 341 103 160
Decimal 225 67 112
Hex E1 43 70

RGB Percentages of Color #e14370

%55.69
%16.58
%27.72

CMYK Percentages of Color #e14370

%0
%70
%50
%12

Triadic Colors of #e14370

#e14370 #70e143 #4370e1

Analogous Colors of #e14370

#e14370 #e16543 #e143bf

Monochromatic Colors of #e14370

#e14370

Complementary Color

#e14370 #43e1b4

#e14370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14370 Color CSS Codes

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

#e14370 Text Font Color

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

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


#e14370 Background Color

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

This div background color is #e14370


#e14370 Border Color

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

This div border color is #e14370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14370


Comments

No comments written yet.

Please login to write comment.