Color Hex Logo

#e50dfb Color Hex

#E50DFB
(229,13,251)
0 Favorites   0 Comments

Color spaces of #e50dfb

RGB 22913251
HSL0.820.970.52
HSV294°95°98°
CMYK 0.090.950.00   0.02
XYZ49.869623.910993.2536
Yxy23.91090.29860.1431
Hunter Lab48.898896.4711-78.8413
CIE-Lab55.998592.9379-65.7969

#e50dfb color RGB value is (229,13,251).

#e50dfb hex color red value is 229, green value is 13 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e50dfb hue: 0.82 , saturation: 0.97 and the lightness value of e50dfb is 0.52.

The process color (four color CMYK) of #e50dfb color hex is 0.09, 0.95, 0.00, 0.02. Web safe color of #e50dfb is #cc00ff. Color #e50dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001101 11111011
Octal 345 15 373
Decimal 229 13 251
Hex E5 D FB

RGB Percentages of Color #e50dfb

%46.45
%2.64
%50.91

CMYK Percentages of Color #e50dfb

%9
%95
%0
%2

Triadic Colors of #e50dfb

#e50dfb #fbe50d #0dfbe5

Analogous Colors of #e50dfb

#e50dfb #fb0d9a #6e0dfb

Monochromatic Colors of #e50dfb

#e50dfb

Complementary Color

#e50dfb #23fb0d

#e50dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50dfb Color CSS Codes

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

#e50dfb Text Font Color

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

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


#e50dfb Background Color

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

This div background color is #e50dfb


#e50dfb Border Color

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

This div border color is #e50dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,13,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.