Color Hex Logo

#e050fb Color Hex

#E050FB
(224,80,251)
0 Favorites   0 Comments

Color spaces of #e050fb

RGB 22480251
HSL0.810.960.65
HSV291°68°98°
CMYK 0.110.680.00   0.02
XYZ51.021728.549694.0883
Yxy28.54960.29380.1644
Hunter Lab53.431876.9428-67.0017
CIE-Lab60.382177.1250-58.8040

#e050fb color RGB value is (224,80,251).

#e050fb hex color red value is 224, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e050fb hue: 0.81 , saturation: 0.96 and the lightness value of e050fb is 0.65.

The process color (four color CMYK) of #e050fb color hex is 0.11, 0.68, 0.00, 0.02. Web safe color of #e050fb is #cc66ff. Color #e050fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010000 11111011
Octal 340 120 373
Decimal 224 80 251
Hex E0 50 FB

RGB Percentages of Color #e050fb

%40.36
%14.41
%45.23

CMYK Percentages of Color #e050fb

%11
%68
%0
%2

Triadic Colors of #e050fb

#e050fb #fbe050 #50fbe0

Analogous Colors of #e050fb

#e050fb #fb50c1 #8b50fb

Monochromatic Colors of #e050fb

#e050fb

Complementary Color

#e050fb #6bfb50

#e050fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e050fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e050fb Color CSS Codes

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

#e050fb Text Font Color

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

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


#e050fb Background Color

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

This div background color is #e050fb


#e050fb Border Color

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

This div border color is #e050fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e050fb


Comments

No comments written yet.

Please login to write comment.