Color Hex Logo

#e50bfb Color Hex

#E50BFB
(229,11,251)
0 Favorites   0 Comments

Color spaces of #e50bfb

RGB 22911251
HSL0.820.970.51
HSV295°96°98°
CMYK 0.090.960.00   0.02
XYZ49.845423.862493.2455
Yxy23.86240.29860.1429
Hunter Lab48.849296.6544-78.9811
CIE-Lab55.949893.0826-65.8753

#e50bfb color RGB value is (229,11,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001011 11111011
Octal 345 13 373
Decimal 229 11 251
Hex E5 B FB

RGB Percentages of Color #e50bfb

%46.64
%2.24
%51.12

CMYK Percentages of Color #e50bfb

%9
%96
%0
%2

Triadic Colors of #e50bfb

#e50bfb #fbe50b #0bfbe5

Analogous Colors of #e50bfb

#e50bfb #fb0b99 #6d0bfb

Monochromatic Colors of #e50bfb

#e50bfb

Complementary Color

#e50bfb #21fb0b

#e50bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50bfb Color CSS Codes

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

#e50bfb Text Font Color

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

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


#e50bfb Background Color

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

This div background color is #e50bfb


#e50bfb Border Color

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

This div border color is #e50bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50bfb


Comments

No comments written yet.

Please login to write comment.