Color Hex Logo

#e14263 Color Hex

#E14263
(225,66,99)
0 Favorites   0 Comments

Color spaces of #e14263

RGB 2256699
HSL0.970.730.57
HSV348°71°88°
CMYK 0.000.710.56   0.12
XYZ35.251720.804813.9621
Yxy20.80480.50350.2971
Hunter Lab45.612358.133213.7797
CIE-Lab52.735262.966917.6549

#e14263 color RGB value is (225,66,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 01100011
Octal 341 102 143
Decimal 225 66 99
Hex E1 42 63

RGB Percentages of Color #e14263

%57.69
%16.92
%25.38

CMYK Percentages of Color #e14263

%0
%71
%56
%12

Triadic Colors of #e14263

#e14263 #63e142 #4263e1

Analogous Colors of #e14263

#e14263 #e17142 #e142b3

Monochromatic Colors of #e14263

#e14263

Complementary Color

#e14263 #42e1c0

#e14263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14263 Color CSS Codes

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

#e14263 Text Font Color

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

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


#e14263 Background Color

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

This div background color is #e14263


#e14263 Border Color

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

This div border color is #e14263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,66,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 #e14263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14263


Comments

No comments written yet.

Please login to write comment.