Color Hex Logo

#e56bfb Color Hex

#E56BFB
(229,107,251)
0 Favorites   0 Comments

Color spaces of #e56bfb

RGB 229107251
HSL0.810.950.70
HSV291°57°98°
CMYK 0.090.570.00   0.02
XYZ54.983434.138494.9582
Yxy34.13840.29870.1855
Hunter Lab58.428165.7273-55.4594
CIE-Lab65.072367.1650-51.3027

#e56bfb color RGB value is (229,107,251).

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

The process color (four color CMYK) of #e56bfb color hex is 0.09, 0.57, 0.00, 0.02. Web safe color of #e56bfb is #cc66ff. Color #e56bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11111011
Octal 345 153 373
Decimal 229 107 251
Hex E5 6B FB

RGB Percentages of Color #e56bfb

%39.01
%18.23
%42.76

CMYK Percentages of Color #e56bfb

%9
%57
%0
%2

Triadic Colors of #e56bfb

#e56bfb #fbe56b #6bfbe5

Analogous Colors of #e56bfb

#e56bfb #fb6bc9 #9d6bfb

Monochromatic Colors of #e56bfb

#e56bfb

Complementary Color

#e56bfb #81fb6b

#e56bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bfb Color CSS Codes

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

#e56bfb Text Font Color

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

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


#e56bfb Background Color

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

This div background color is #e56bfb


#e56bfb Border Color

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

This div border color is #e56bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56bfb


Comments

No comments written yet.

Please login to write comment.