Color Hex Logo

#e50fdb Color Hex

#E50FDB
(229,15,219)
0 Favorites   0 Comments

Color spaces of #e50fdb

RGB 22915219
HSL0.840.880.48
HSV303°93°90°
CMYK 0.000.930.04   0.10
XYZ45.270122.114168.9003
Yxy22.11410.33220.1623
Hunter Lab47.025689.5415-53.9517
CIE-Lab54.147988.1145-50.7607

#e50fdb color RGB value is (229,15,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001111 11011011
Octal 345 17 333
Decimal 229 15 219
Hex E5 F DB

RGB Percentages of Color #e50fdb

%49.46
%3.24
%47.30

CMYK Percentages of Color #e50fdb

%0
%93
%4
%10

Triadic Colors of #e50fdb

#e50fdb #dbe50f #0fdbe5

Analogous Colors of #e50fdb

#e50fdb #e50f70 #840fe5

Monochromatic Colors of #e50fdb

#e50fdb

Complementary Color

#e50fdb #0fe519

#e50fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50fdb Color CSS Codes

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

#e50fdb Text Font Color

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

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


#e50fdb Background Color

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

This div background color is #e50fdb


#e50fdb Border Color

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

This div border color is #e50fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50fdb


Comments

No comments written yet.

Please login to write comment.