Color Hex Logo

#eb3bfe Color Hex

#EB3BFE
(235,59,254)
0 Favorites   0 Comments

Color spaces of #eb3bfe

RGB 23559254
HSL0.820.990.61
HSV294°77°100°
CMYK 0.070.770.00   0.00
XYZ53.714327.945996.3290
Yxy27.94590.30180.1570
Hunter Lab52.863988.8597-71.0340
CIE-Lab59.839886.4883-61.2392

#eb3bfe color RGB value is (235,59,254).

#eb3bfe hex color red value is 235, green value is 59 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eb3bfe hue: 0.82 , saturation: 0.99 and the lightness value of eb3bfe is 0.61.

The process color (four color CMYK) of #eb3bfe color hex is 0.07, 0.77, 0.00, 0.00. Web safe color of #eb3bfe is #ff33ff. Color #eb3bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111011 11111110
Octal 353 73 376
Decimal 235 59 254
Hex EB 3B FE

RGB Percentages of Color #eb3bfe

%42.88
%10.77
%46.35

CMYK Percentages of Color #eb3bfe

%7
%77
%0
%0

Triadic Colors of #eb3bfe

#eb3bfe #feeb3b #3bfeeb

Analogous Colors of #eb3bfe

#eb3bfe #fe3bb0 #8a3bfe

Monochromatic Colors of #eb3bfe

#eb3bfe

Complementary Color

#eb3bfe #4efe3b

#eb3bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3bfe Color CSS Codes

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

#eb3bfe Text Font Color

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

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


#eb3bfe Background Color

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

This div background color is #eb3bfe


#eb3bfe Border Color

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

This div border color is #eb3bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.