Color Hex Logo

#e14290 Color Hex

#E14290
(225,66,144)
0 Favorites   0 Comments

Color spaces of #e14290

RGB 22566144
HSL0.920.730.57
HSV331°71°88°
CMYK 0.000.710.36   0.12
XYZ38.033621.917628.6115
Yxy21.91760.42950.2475
Hunter Lab46.816263.0853-3.4634
CIE-Lab53.939566.9877-7.5170

#e14290 color RGB value is (225,66,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 10010000
Octal 341 102 220
Decimal 225 66 144
Hex E1 42 90

RGB Percentages of Color #e14290

%51.72
%15.17
%33.10

CMYK Percentages of Color #e14290

%0
%71
%36
%12

Triadic Colors of #e14290

#e14290 #90e142 #4290e1

Analogous Colors of #e14290

#e14290 #e14342 #e142e0

Monochromatic Colors of #e14290

#e14290

Complementary Color

#e14290 #42e193

#e14290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14290 Color CSS Codes

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

#e14290 Text Font Color

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

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


#e14290 Background Color

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

This div background color is #e14290


#e14290 Border Color

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

This div border color is #e14290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14290


Comments

No comments written yet.

Please login to write comment.