Color Hex Logo

#e40fdb Color Hex

#E40FDB
(228,15,219)
0 Favorites   0 Comments

Color spaces of #e40fdb

RGB 22815219
HSL0.840.880.48
HSV303°93°89°
CMYK 0.000.930.04   0.11
XYZ44.951921.950168.8854
Yxy21.95010.33100.1617
Hunter Lab46.850989.2756-54.3790
CIE-Lab53.974087.9468-51.0480

#e40fdb color RGB value is (228,15,219).

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

The process color (four color CMYK) of #e40fdb color hex is 0.00, 0.93, 0.04, 0.11. Web safe color of #e40fdb is #cc00cc. Color #e40fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001111 11011011
Octal 344 17 333
Decimal 228 15 219
Hex E4 F DB

RGB Percentages of Color #e40fdb

%49.35
%3.25
%47.40

CMYK Percentages of Color #e40fdb

%0
%93
%4
%11

Triadic Colors of #e40fdb

#e40fdb #dbe40f #0fdbe4

Analogous Colors of #e40fdb

#e40fdb #e40f71 #830fe4

Monochromatic Colors of #e40fdb

#e40fdb

Complementary Color

#e40fdb #0fe418

#e40fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40fdb Color CSS Codes

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

#e40fdb Text Font Color

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

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


#e40fdb Background Color

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

This div background color is #e40fdb


#e40fdb Border Color

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

This div border color is #e40fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40fdb


Comments

No comments written yet.

Please login to write comment.