Color Hex Logo

#e14653 Color Hex

#E14653
(225,70,83)
0 Favorites   0 Comments

Color spaces of #e14653

RGB 2257083
HSL0.990.720.58
HSV355°69°88°
CMYK 0.000.690.63   0.12
XYZ34.802821.012410.4051
Yxy21.01240.52560.3173
Hunter Lab45.839355.304718.6292
CIE-Lab52.963160.453427.4641

#e14653 color RGB value is (225,70,83).

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

The process color (four color CMYK) of #e14653 color hex is 0.00, 0.69, 0.63, 0.12. Web safe color of #e14653 is #cc3366. Color #e14653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000110 01010011
Octal 341 106 123
Decimal 225 70 83
Hex E1 46 53

RGB Percentages of Color #e14653

%59.52
%18.52
%21.96

CMYK Percentages of Color #e14653

%0
%69
%63
%12

Triadic Colors of #e14653

#e14653 #53e146 #4653e1

Analogous Colors of #e14653

#e14653 #e18746 #e146a1

Monochromatic Colors of #e14653

#e14653

Complementary Color

#e14653 #46e1d4

#e14653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14653 Color CSS Codes

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

#e14653 Text Font Color

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

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


#e14653 Background Color

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

This div background color is #e14653


#e14653 Border Color

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

This div border color is #e14653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14653


Comments

No comments written yet.

Please login to write comment.