Color Hex Logo

#e40f90 Color Hex

#E40F90
(228,15,144)
0 Favorites   0 Comments

Color spaces of #e40f90

RGB 22815144
HSL0.900.880.48
HSV324°93°89°
CMYK 0.000.930.37   0.11
XYZ37.199818.849228.0632
Yxy18.84920.44230.2241
Hunter Lab43.415776.9666-7.9332
CIE-Lab50.510379.0562-12.6057

#e40f90 color RGB value is (228,15,144).

#e40f90 hex color red value is 228, green value is 15 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e40f90 hue: 0.90 , saturation: 0.88 and the lightness value of e40f90 is 0.48.

The process color (four color CMYK) of #e40f90 color hex is 0.00, 0.93, 0.37, 0.11. Web safe color of #e40f90 is #cc0099. Color #e40f90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001111 10010000
Octal 344 17 220
Decimal 228 15 144
Hex E4 F 90

RGB Percentages of Color #e40f90

%58.91
%3.88
%37.21

CMYK Percentages of Color #e40f90

%0
%93
%37
%11

Triadic Colors of #e40f90

#e40f90 #90e40f #0f90e4

Analogous Colors of #e40f90

#e40f90 #e40f25 #ce0fe4

Monochromatic Colors of #e40f90

#e40f90

Complementary Color

#e40f90 #0fe463

#e40f90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40f90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40f90 Color CSS Codes

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

#e40f90 Text Font Color

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

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


#e40f90 Background Color

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

This div background color is #e40f90


#e40f90 Border Color

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

This div border color is #e40f90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40f90


Comments

No comments written yet.

Please login to write comment.