Color Hex Logo

#e51efb Color Hex

#E51EFB
(229,30,251)
0 Favorites   0 Comments

Color spaces of #e51efb

RGB 22930251
HSL0.820.970.55
HSV294°88°98°
CMYK 0.090.880.00   0.02
XYZ50.190024.551693.3604
Yxy24.55160.29860.1461
Hunter Lab49.549694.0954-77.0284
CIE-Lab56.635991.0522-64.7703

#e51efb color RGB value is (229,30,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011110 11111011
Octal 345 36 373
Decimal 229 30 251
Hex E5 1E FB

RGB Percentages of Color #e51efb

%44.90
%5.88
%49.22

CMYK Percentages of Color #e51efb

%9
%88
%0
%2

Triadic Colors of #e51efb

#e51efb #fbe51e #1efbe5

Analogous Colors of #e51efb

#e51efb #fb1ea3 #771efb

Monochromatic Colors of #e51efb

#e51efb

Complementary Color

#e51efb #34fb1e

#e51efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51efb Color CSS Codes

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

#e51efb Text Font Color

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

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


#e51efb Background Color

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

This div background color is #e51efb


#e51efb Border Color

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

This div border color is #e51efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51efb


Comments

No comments written yet.

Please login to write comment.