Color Hex Logo

#e51cfb Color Hex

#E51CFB
(229,28,251)
0 Favorites   0 Comments

Color spaces of #e51cfb

RGB 22928251
HSL0.820.970.55
HSV294°89°98°
CMYK 0.090.890.00   0.02
XYZ50.140924.453693.3441
Yxy24.45360.29860.1456
Hunter Lab49.450694.4533-77.3018
CIE-Lab56.539191.3375-64.9261

#e51cfb color RGB value is (229,28,251).

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

The process color (four color CMYK) of #e51cfb color hex is 0.09, 0.89, 0.00, 0.02. Web safe color of #e51cfb is #cc33ff. Color #e51cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011100 11111011
Octal 345 34 373
Decimal 229 28 251
Hex E5 1C FB

RGB Percentages of Color #e51cfb

%45.08
%5.51
%49.41

CMYK Percentages of Color #e51cfb

%9
%89
%0
%2

Triadic Colors of #e51cfb

#e51cfb #fbe51c #1cfbe5

Analogous Colors of #e51cfb

#e51cfb #fb1ca2 #761cfb

Monochromatic Colors of #e51cfb

#e51cfb

Complementary Color

#e51cfb #32fb1c

#e51cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51cfb Color CSS Codes

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

#e51cfb Text Font Color

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

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


#e51cfb Background Color

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

This div background color is #e51cfb


#e51cfb Border Color

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

This div border color is #e51cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.