Color Hex Logo

#e571fc Color Hex

#E571FC
(229,113,252)
0 Favorites   0 Comments

Color spaces of #e571fc

RGB 229113252
HSL0.810.960.72
HSV290°55°99°
CMYK 0.090.550.00   0.01
XYZ55.788935.496596.0066
Yxy35.49650.29790.1895
Hunter Lab59.578962.8818-53.8357
CIE-Lab66.133464.6158-50.1738

#e571fc color RGB value is (229,113,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110001 11111100
Octal 345 161 374
Decimal 229 113 252
Hex E5 71 FC

RGB Percentages of Color #e571fc

%38.55
%19.02
%42.42

CMYK Percentages of Color #e571fc

%9
%55
%0
%1

Triadic Colors of #e571fc

#e571fc #fce571 #71fce5

Analogous Colors of #e571fc

#e571fc #fc71ce #a071fc

Monochromatic Colors of #e571fc

#e571fc

Complementary Color

#e571fc #88fc71

#e571fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e571fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e571fc Color CSS Codes

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

#e571fc Text Font Color

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

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


#e571fc Background Color

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

This div background color is #e571fc


#e571fc Border Color

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

This div border color is #e571fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,113,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e571fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e571fc


Comments

No comments written yet.

Please login to write comment.