Color Hex Logo

#e14163 Color Hex

#E14163
(225,65,99)
0 Favorites   0 Comments

Color spaces of #e14163

RGB 2256599
HSL0.960.730.57
HSV347°71°88°
CMYK 0.000.710.56   0.12
XYZ35.193820.689013.9428
Yxy20.68900.50400.2963
Hunter Lab45.485258.514013.6651
CIE-Lab52.607463.320917.4811

#e14163 color RGB value is (225,65,99).

#e14163 hex color red value is 225, green value is 65 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #e14163 hue: 0.96 , saturation: 0.73 and the lightness value of e14163 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 01100011
Octal 341 101 143
Decimal 225 65 99
Hex E1 41 63

RGB Percentages of Color #e14163

%57.84
%16.71
%25.45

CMYK Percentages of Color #e14163

%0
%71
%56
%12

Triadic Colors of #e14163

#e14163 #63e141 #4163e1

Analogous Colors of #e14163

#e14163 #e16f41 #e141b3

Monochromatic Colors of #e14163

#e14163

Complementary Color

#e14163 #41e1bf

#e14163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14163 Color CSS Codes

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

#e14163 Text Font Color

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

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


#e14163 Background Color

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

This div background color is #e14163


#e14163 Border Color

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

This div border color is #e14163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14163


Comments

No comments written yet.

Please login to write comment.