Color Hex Logo

#e571fb Color Hex

#E571FB
(229,113,251)
0 Favorites   0 Comments

Color spaces of #e571fb

RGB 229113251
HSL0.810.950.71
HSV290°55°98°
CMYK 0.090.550.00   0.02
XYZ55.630835.433395.1740
Yxy35.43330.29870.1903
Hunter Lab59.525962.6496-53.1288
CIE-Lab66.084664.4302-49.7019

#e571fb color RGB value is (229,113,251).

#e571fb hex color red value is 229, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e571fb hue: 0.81 , saturation: 0.95 and the lightness value of e571fb is 0.71.

The process color (four color CMYK) of #e571fb color hex is 0.09, 0.55, 0.00, 0.02. Web safe color of #e571fb is #cc66ff. Color #e571fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110001 11111011
Octal 345 161 373
Decimal 229 113 251
Hex E5 71 FB

RGB Percentages of Color #e571fb

%38.62
%19.06
%42.33

CMYK Percentages of Color #e571fb

%9
%55
%0
%2

Triadic Colors of #e571fb

#e571fb #fbe571 #71fbe5

Analogous Colors of #e571fb

#e571fb #fb71cc #a071fb

Monochromatic Colors of #e571fb

#e571fb

Complementary Color

#e571fb #87fb71

#e571fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e571fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e571fb Color CSS Codes

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

#e571fb Text Font Color

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

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


#e571fb Background Color

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

This div background color is #e571fb


#e571fb Border Color

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

This div border color is #e571fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e571fb


Comments

No comments written yet.

Please login to write comment.