Color Hex Logo

#e56bfc Color Hex

#E56BFC
(229,107,252)
0 Favorites   0 Comments

Color spaces of #e56bfc

RGB 229107252
HSL0.810.960.70
HSV290°58°99°
CMYK 0.090.580.00   0.01
XYZ55.141534.201795.7908
Yxy34.20170.29780.1847
Hunter Lab58.482265.9595-56.1763
CIE-Lab65.122467.3481-51.7732

#e56bfc color RGB value is (229,107,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11111100
Octal 345 153 374
Decimal 229 107 252
Hex E5 6B FC

RGB Percentages of Color #e56bfc

%38.95
%18.20
%42.86

CMYK Percentages of Color #e56bfc

%9
%58
%0
%1

Triadic Colors of #e56bfc

#e56bfc #fce56b #6bfce5

Analogous Colors of #e56bfc

#e56bfc #fc6bcb #9d6bfc

Monochromatic Colors of #e56bfc

#e56bfc

Complementary Color

#e56bfc #82fc6b

#e56bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bfc Color CSS Codes

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

#e56bfc Text Font Color

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

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


#e56bfc Background Color

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

This div background color is #e56bfc


#e56bfc Border Color

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

This div border color is #e56bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.