Color Hex Logo

#e51ffa Color Hex

#E51FFA
(229,31,250)
0 Favorites   0 Comments

Color spaces of #e51ffa

RGB 22931250
HSL0.820.960.55
HSV294°88°98°
CMYK 0.080.880.00   0.02
XYZ50.058424.540192.5408
Yxy24.54010.29950.1468
Hunter Lab49.538093.6838-76.0818
CIE-Lab56.624590.7475-64.2323

#e51ffa color RGB value is (229,31,250).

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

The process color (four color CMYK) of #e51ffa color hex is 0.08, 0.88, 0.00, 0.02. Web safe color of #e51ffa is #cc33ff. Color #e51ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011111 11111010
Octal 345 37 372
Decimal 229 31 250
Hex E5 1F FA

RGB Percentages of Color #e51ffa

%44.90
%6.08
%49.02

CMYK Percentages of Color #e51ffa

%8
%88
%0
%2

Triadic Colors of #e51ffa

#e51ffa #fae51f #1ffae5

Analogous Colors of #e51ffa

#e51ffa #fa1fa2 #781ffa

Monochromatic Colors of #e51ffa

#e51ffa

Complementary Color

#e51ffa #34fa1f

#e51ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51ffa Color CSS Codes

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

#e51ffa Text Font Color

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

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


#e51ffa Background Color

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

This div background color is #e51ffa


#e51ffa Border Color

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

This div border color is #e51ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51ffa


Comments

No comments written yet.

Please login to write comment.