Color Hex Logo

#e56fff Color Hex

#E56FFF
(229,111,255)
0 Favorites   0 Comments

Color spaces of #e56fff

RGB 229111255
HSL0.801.000.72
HSV289°56°100°
CMYK 0.100.560.00   0.00
XYZ56.047535.246998.4570
Yxy35.24690.29540.1858
Hunter Lab59.369164.6173-56.7675
CIE-Lab65.940466.0934-52.1244

#e56fff color RGB value is (229,111,255).

#e56fff hex color red value is 229, green value is 111 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e56fff hue: 0.80 , saturation: 1.00 and the lightness value of e56fff is 0.72.

The process color (four color CMYK) of #e56fff color hex is 0.10, 0.56, 0.00, 0.00. Web safe color of #e56fff is #cc66ff. Color #e56fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101111 11111111
Octal 345 157 377
Decimal 229 111 255
Hex E5 6F FF

RGB Percentages of Color #e56fff

%38.49
%18.66
%42.86

CMYK Percentages of Color #e56fff

%10
%56
%0
%0

Triadic Colors of #e56fff

#e56fff #ffe56f #6fffe5

Analogous Colors of #e56fff

#e56fff #ff6fd1 #9d6fff

Monochromatic Colors of #e56fff

#e56fff

Complementary Color

#e56fff #89ff6f

#e56fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56fff Color CSS Codes

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

#e56fff Text Font Color

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

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


#e56fff Background Color

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

This div background color is #e56fff


#e56fff Border Color

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

This div border color is #e56fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56fff

Related Colors


Comments

No comments written yet.

Please login to write comment.