Color Hex Logo

#e556fc Color Hex

#E556FC
(229,86,252)
0 Favorites   0 Comments

Color spaces of #e556fc

RGB 22986252
HSL0.810.970.66
HSV292°66°99°
CMYK 0.090.660.00   0.01
XYZ53.211630.341995.1475
Yxy30.34190.29780.1698
Hunter Lab55.083576.0380-63.8551
CIE-Lab61.948176.1073-56.8160

#e556fc color RGB value is (229,86,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010110 11111100
Octal 345 126 374
Decimal 229 86 252
Hex E5 56 FC

RGB Percentages of Color #e556fc

%40.39
%15.17
%44.44

CMYK Percentages of Color #e556fc

%9
%66
%0
%1

Triadic Colors of #e556fc

#e556fc #fce556 #56fce5

Analogous Colors of #e556fc

#e556fc #fc56c0 #9256fc

Monochromatic Colors of #e556fc

#e556fc

Complementary Color

#e556fc #6dfc56

#e556fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e556fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e556fc Color CSS Codes

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

#e556fc Text Font Color

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

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


#e556fc Background Color

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

This div background color is #e556fc


#e556fc Border Color

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

This div border color is #e556fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e556fc


Comments

No comments written yet.

Please login to write comment.