Color Hex Logo

#e51bfe Color Hex

#E51BFE
(229,27,254)
0 Favorites   0 Comments

Color spaces of #e51bfe

RGB 22927254
HSL0.810.990.55
HSV293°89°100°
CMYK 0.100.890.00   0.00
XYZ50.594424.597695.8471
Yxy24.59760.29580.1438
Hunter Lab49.596095.3005-79.8642
CIE-Lab56.681291.9393-66.3644

#e51bfe color RGB value is (229,27,254).

#e51bfe hex color red value is 229, green value is 27 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e51bfe hue: 0.81 , saturation: 0.99 and the lightness value of e51bfe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011011 11111110
Octal 345 33 376
Decimal 229 27 254
Hex E5 1B FE

RGB Percentages of Color #e51bfe

%44.90
%5.29
%49.80

CMYK Percentages of Color #e51bfe

%10
%89
%0
%0

Triadic Colors of #e51bfe

#e51bfe #fee51b #1bfee5

Analogous Colors of #e51bfe

#e51bfe #fe1ba6 #741bfe

Monochromatic Colors of #e51bfe

#e51bfe

Complementary Color

#e51bfe #34fe1b

#e51bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51bfe Color CSS Codes

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

#e51bfe Text Font Color

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

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


#e51bfe Background Color

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

This div background color is #e51bfe


#e51bfe Border Color

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

This div border color is #e51bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51bfe


Comments

No comments written yet.

Please login to write comment.