Color Hex Logo

#e40faf Color Hex

#E40FAF
(228,15,175)
0 Favorites   0 Comments

Color spaces of #e40faf

RGB 22815175
HSL0.870.880.48
HSV315°93°89°
CMYK 0.000.930.23   0.11
XYZ39.903619.930842.3013
Yxy19.93080.39070.1951
Hunter Lab44.643981.4199-24.9281
CIE-Lab51.758982.3290-29.1099

#e40faf color RGB value is (228,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001111 10101111
Octal 344 17 257
Decimal 228 15 175
Hex E4 F AF

RGB Percentages of Color #e40faf

%54.55
%3.59
%41.87

CMYK Percentages of Color #e40faf

%0
%93
%23
%11

Triadic Colors of #e40faf

#e40faf #afe40f #0fafe4

Analogous Colors of #e40faf

#e40faf #e40f45 #af0fe4

Monochromatic Colors of #e40faf

#e40faf

Complementary Color

#e40faf #0fe444

#e40faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40faf Color CSS Codes

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

#e40faf Text Font Color

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

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


#e40faf Background Color

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

This div background color is #e40faf


#e40faf Border Color

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

This div border color is #e40faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,15,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40faf


Comments

No comments written yet.

Please login to write comment.