Color Hex Logo

#e14371 Color Hex

#E14371
(225,67,113)
0 Favorites   0 Comments

Color spaces of #e14371

RGB 22567113
HSL0.950.720.57
HSV343°70°88°
CMYK 0.000.700.50   0.12
XYZ36.039121.214117.8180
Yxy21.21410.48010.2826
Hunter Lab46.058859.06619.3046
CIE-Lab53.183063.69179.8864

#e14371 color RGB value is (225,67,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 01110001
Octal 341 103 161
Decimal 225 67 113
Hex E1 43 71

RGB Percentages of Color #e14371

%55.56
%16.54
%27.90

CMYK Percentages of Color #e14371

%0
%70
%50
%12

Triadic Colors of #e14371

#e14371 #71e143 #4371e1

Analogous Colors of #e14371

#e14371 #e16443 #e143c0

Monochromatic Colors of #e14371

#e14371

Complementary Color

#e14371 #43e1b3

#e14371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14371 Color CSS Codes

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

#e14371 Text Font Color

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

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


#e14371 Background Color

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

This div background color is #e14371


#e14371 Border Color

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

This div border color is #e14371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14371


Comments

No comments written yet.

Please login to write comment.