Color Hex Logo

#eb11fe Color Hex

#EB11FE
(235,17,254)
0 Favorites   0 Comments

Color spaces of #eb11fe

RGB 23517254
HSL0.820.990.53
HSV295°93°100°
CMYK 0.070.930.00   0.00
XYZ52.350825.218895.8745
Yxy25.21880.30180.1454
Hunter Lab50.218398.1978-78.0409
CIE-Lab57.288093.9598-65.3365

#eb11fe color RGB value is (235,17,254).

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

The process color (four color CMYK) of #eb11fe color hex is 0.07, 0.93, 0.00, 0.00. Web safe color of #eb11fe is #ff00ff. Color #eb11fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 11111110
Octal 353 21 376
Decimal 235 17 254
Hex EB 11 FE

RGB Percentages of Color #eb11fe

%46.44
%3.36
%50.20

CMYK Percentages of Color #eb11fe

%7
%93
%0
%0

Triadic Colors of #eb11fe

#eb11fe #feeb11 #11feeb

Analogous Colors of #eb11fe

#eb11fe #fe119b #7511fe

Monochromatic Colors of #eb11fe

#eb11fe

Complementary Color

#eb11fe #24fe11

#eb11fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb11fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb11fe Color CSS Codes

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

#eb11fe Text Font Color

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

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


#eb11fe Background Color

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

This div background color is #eb11fe


#eb11fe Border Color

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

This div border color is #eb11fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb11fe

Related Colors


Comments

No comments written yet.

Please login to write comment.