Color Hex Logo

#e14289 Color Hex

#E14289
(225,66,137)
0 Favorites   0 Comments

Color spaces of #e14289

RGB 22566137
HSL0.930.730.57
HSV333°71°88°
CMYK 0.000.710.39   0.12
XYZ37.514921.710125.8801
Yxy21.71010.44080.2551
Hunter Lab46.594162.1783-0.3160
CIE-Lab53.718166.2594-3.6852

#e14289 color RGB value is (225,66,137).

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

The process color (four color CMYK) of #e14289 color hex is 0.00, 0.71, 0.39, 0.12. Web safe color of #e14289 is #cc3399. Color #e14289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 10001001
Octal 341 102 211
Decimal 225 66 137
Hex E1 42 89

RGB Percentages of Color #e14289

%52.57
%15.42
%32.01

CMYK Percentages of Color #e14289

%0
%71
%39
%12

Triadic Colors of #e14289

#e14289 #89e142 #4289e1

Analogous Colors of #e14289

#e14289 #e14b42 #e142d9

Monochromatic Colors of #e14289

#e14289

Complementary Color

#e14289 #42e19a

#e14289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14289 Color CSS Codes

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

#e14289 Text Font Color

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

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


#e14289 Background Color

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

This div background color is #e14289


#e14289 Border Color

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

This div border color is #e14289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14289


Comments

No comments written yet.

Please login to write comment.