Color Hex Logo

#e56fee Color Hex

#E56FEE
(229,111,238)
0 Favorites   0 Comments

Color spaces of #e56fee

RGB 229111238
HSL0.820.790.68
HSV296°53°93°
CMYK 0.040.530.00   0.07
XYZ53.430234.199984.6741
Yxy34.19990.31010.1985
Hunter Lab58.480760.7433-44.9094
CIE-Lab65.120962.9949-44.0554

#e56fee color RGB value is (229,111,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101111 11101110
Octal 345 157 356
Decimal 229 111 238
Hex E5 6F EE

RGB Percentages of Color #e56fee

%39.62
%19.20
%41.18

CMYK Percentages of Color #e56fee

%4
%53
%0
%7

Triadic Colors of #e56fee

#e56fee #eee56f #6feee5

Analogous Colors of #e56fee

#e56fee #ee6fb8 #a66fee

Monochromatic Colors of #e56fee

#e56fee

Complementary Color

#e56fee #78ee6f

#e56fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56fee Color CSS Codes

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

#e56fee Text Font Color

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

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


#e56fee Background Color

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

This div background color is #e56fee


#e56fee Border Color

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

This div border color is #e56fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56fee


Comments

No comments written yet.

Please login to write comment.