Color Hex Logo

#e574fc Color Hex

#E574FC
(229,116,252)
0 Favorites   0 Comments

Color spaces of #e574fc

RGB 229116252
HSL0.810.960.72
HSV290°54°99°
CMYK 0.090.540.00   0.01
XYZ56.129236.177196.1200
Yxy36.17710.29790.1920
Hunter Lab60.147461.3172-52.6466
CIE-Lab66.655063.2169-49.3499

#e574fc color RGB value is (229,116,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 11111100
Octal 345 164 374
Decimal 229 116 252
Hex E5 74 FC

RGB Percentages of Color #e574fc

%38.36
%19.43
%42.21

CMYK Percentages of Color #e574fc

%9
%54
%0
%1

Triadic Colors of #e574fc

#e574fc #fce574 #74fce5

Analogous Colors of #e574fc

#e574fc #fc74cf #a174fc

Monochromatic Colors of #e574fc

#e574fc

Complementary Color

#e574fc #8bfc74

#e574fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e574fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e574fc Color CSS Codes

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

#e574fc Text Font Color

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

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


#e574fc Background Color

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

This div background color is #e574fc


#e574fc Border Color

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

This div border color is #e574fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e574fc


Comments

No comments written yet.

Please login to write comment.