Color Hex Logo

#e521fb Color Hex

#E521FB
(229,33,251)
0 Favorites   0 Comments

Color spaces of #e521fb

RGB 22933251
HSL0.820.960.56
HSV294°87°98°
CMYK 0.090.870.00   0.02
XYZ50.269524.710893.3869
Yxy24.71080.29860.1468
Hunter Lab49.710093.5168-76.5873
CIE-Lab56.792590.5902-64.5182

#e521fb color RGB value is (229,33,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100001 11111011
Octal 345 41 373
Decimal 229 33 251
Hex E5 21 FB

RGB Percentages of Color #e521fb

%44.64
%6.43
%48.93

CMYK Percentages of Color #e521fb

%9
%87
%0
%2

Triadic Colors of #e521fb

#e521fb #fbe521 #21fbe5

Analogous Colors of #e521fb

#e521fb #fb21a4 #7821fb

Monochromatic Colors of #e521fb

#e521fb

Complementary Color

#e521fb #37fb21

#e521fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e521fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e521fb Color CSS Codes

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

#e521fb Text Font Color

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

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


#e521fb Background Color

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

This div background color is #e521fb


#e521fb Border Color

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

This div border color is #e521fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e521fb


Comments

No comments written yet.

Please login to write comment.