Color Hex Logo

#eb5efe Color Hex

#EB5EFE
(235,94,254)
0 Favorites   0 Comments

Color spaces of #eb5efe

RGB 23594254
HSL0.810.990.68
HSV293°63°100°
CMYK 0.070.630.00   0.00
XYZ56.153032.823397.1419
Yxy32.82330.30170.1764
Hunter Lab57.291674.6921-60.4262
CIE-Lab64.017674.6445-54.5748

#eb5efe color RGB value is (235,94,254).

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

The process color (four color CMYK) of #eb5efe color hex is 0.07, 0.63, 0.00, 0.00. Web safe color of #eb5efe is #ff66ff. Color #eb5efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011110 11111110
Octal 353 136 376
Decimal 235 94 254
Hex EB 5E FE

RGB Percentages of Color #eb5efe

%40.31
%16.12
%43.57

CMYK Percentages of Color #eb5efe

%7
%63
%0
%0

Triadic Colors of #eb5efe

#eb5efe #feeb5e #5efeeb

Analogous Colors of #eb5efe

#eb5efe #fe5ec1 #9b5efe

Monochromatic Colors of #eb5efe

#eb5efe

Complementary Color

#eb5efe #71fe5e

#eb5efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5efe Color CSS Codes

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

#eb5efe Text Font Color

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

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


#eb5efe Background Color

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

This div background color is #eb5efe


#eb5efe Border Color

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

This div border color is #eb5efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5efe


Comments

No comments written yet.

Please login to write comment.