Color Hex Logo

#e56feb Color Hex

#E56FEB
(229,111,235)
0 Favorites   0 Comments

Color spaces of #e56feb

RGB 229111235
HSL0.830.760.68
HSV297°53°92°
CMYK 0.030.530.00   0.08
XYZ52.992934.025182.3717
Yxy34.02510.31280.2009
Hunter Lab58.331060.0853-42.8942
CIE-Lab64.982562.4627-42.6118

#e56feb color RGB value is (229,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101111 11101011
Octal 345 157 353
Decimal 229 111 235
Hex E5 6F EB

RGB Percentages of Color #e56feb

%39.83
%19.30
%40.87

CMYK Percentages of Color #e56feb

%3
%53
%0
%8

Triadic Colors of #e56feb

#e56feb #ebe56f #6febe5

Analogous Colors of #e56feb

#e56feb #eb6fb3 #a76feb

Monochromatic Colors of #e56feb

#e56feb

Complementary Color

#e56feb #75eb6f

#e56feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56feb Color CSS Codes

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

#e56feb Text Font Color

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

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


#e56feb Background Color

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

This div background color is #e56feb


#e56feb Border Color

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

This div border color is #e56feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56feb


Comments

No comments written yet.

Please login to write comment.