Color Hex Logo

#eb56fb Color Hex

#EB56FB
(235,86,251)
0 Favorites   0 Comments

Color spaces of #eb56fb

RGB 23586251
HSL0.820.950.66
HSV294°66°98°
CMYK 0.060.660.00   0.02
XYZ55.001331.282894.4061
Yxy31.28280.30440.1731
Hunter Lab55.931077.6535-60.9240
CIE-Lab62.745677.2388-54.9431

#eb56fb color RGB value is (235,86,251).

#eb56fb hex color red value is 235, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eb56fb hue: 0.82 , saturation: 0.95 and the lightness value of eb56fb is 0.66.

The process color (four color CMYK) of #eb56fb color hex is 0.06, 0.66, 0.00, 0.02. Web safe color of #eb56fb is #ff66ff. Color #eb56fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 11111011
Octal 353 126 373
Decimal 235 86 251
Hex EB 56 FB

RGB Percentages of Color #eb56fb

%41.08
%15.03
%43.88

CMYK Percentages of Color #eb56fb

%6
%66
%0
%2

Triadic Colors of #eb56fb

#eb56fb #fbeb56 #56fbeb

Analogous Colors of #eb56fb

#eb56fb #fb56b9 #9956fb

Monochromatic Colors of #eb56fb

#eb56fb

Complementary Color

#eb56fb #66fb56

#eb56fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb56fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb56fb Color CSS Codes

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

#eb56fb Text Font Color

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

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


#eb56fb Background Color

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

This div background color is #eb56fb


#eb56fb Border Color

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

This div border color is #eb56fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb56fb

Related Colors


Comments

No comments written yet.

Please login to write comment.