Color Hex Logo

#e14990 Color Hex

#E14990
(225,73,144)
0 Favorites   0 Comments

Color spaces of #e14990

RGB 22573144
HSL0.920.720.58
HSV332°68°88°
CMYK 0.000.680.36   0.12
XYZ38.467922.786328.7563
Yxy22.78630.42740.2532
Hunter Lab47.735060.3104-2.3027
CIE-Lab54.851564.4535-6.1602

#e14990 color RGB value is (225,73,144).

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

The process color (four color CMYK) of #e14990 color hex is 0.00, 0.68, 0.36, 0.12. Web safe color of #e14990 is #cc3399. Color #e14990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 10010000
Octal 341 111 220
Decimal 225 73 144
Hex E1 49 90

RGB Percentages of Color #e14990

%50.90
%16.52
%32.58

CMYK Percentages of Color #e14990

%0
%68
%36
%12

Triadic Colors of #e14990

#e14990 #90e149 #4990e1

Analogous Colors of #e14990

#e14990 #e14e49 #e149dc

Monochromatic Colors of #e14990

#e14990

Complementary Color

#e14990 #49e19a

#e14990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14990 Color CSS Codes

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

#e14990 Text Font Color

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

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


#e14990 Background Color

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

This div background color is #e14990


#e14990 Border Color

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

This div border color is #e14990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14990


Comments

No comments written yet.

Please login to write comment.