Color Hex Logo

#e56fec Color Hex

#E56FEC
(229,111,236)
0 Favorites   0 Comments

Color spaces of #e56fec

RGB 229111236
HSL0.820.770.68
HSV297°53°93°
CMYK 0.030.530.00   0.07
XYZ53.137934.083083.1349
Yxy34.08300.31190.2001
Hunter Lab58.380660.3041-43.5634
CIE-Lab65.028462.6399-43.0937

#e56fec color RGB value is (229,111,236).

#e56fec hex color red value is 229, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e56fec hue: 0.82 , saturation: 0.77 and the lightness value of e56fec is 0.68.

The process color (four color CMYK) of #e56fec color hex is 0.03, 0.53, 0.00, 0.07. Web safe color of #e56fec is #cc66ff. Color #e56fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101111 11101100
Octal 345 157 354
Decimal 229 111 236
Hex E5 6F EC

RGB Percentages of Color #e56fec

%39.76
%19.27
%40.97

CMYK Percentages of Color #e56fec

%3
%53
%0
%7

Triadic Colors of #e56fec

#e56fec #ece56f #6fece5

Analogous Colors of #e56fec

#e56fec #ec6fb5 #a76fec

Monochromatic Colors of #e56fec

#e56fec

Complementary Color

#e56fec #76ec6f

#e56fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56fec Color CSS Codes

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

#e56fec Text Font Color

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

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


#e56fec Background Color

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

This div background color is #e56fec


#e56fec Border Color

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

This div border color is #e56fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56fec


Comments

No comments written yet.

Please login to write comment.