Color Hex Logo

#ef11eb Color Hex

#EF11EB
(239,17,235)
0 Favorites   0 Comments

Color spaces of #ef11eb

RGB 23917235
HSL0.840.870.50
HSV301°93°94°
CMYK 0.000.930.02   0.06
XYZ50.792424.749880.6974
Yxy24.74980.32510.1584
Hunter Lab49.749295.1821-61.3490
CIE-Lab56.830891.8224-55.4232

#ef11eb color RGB value is (239,17,235).

#ef11eb hex color red value is 239, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ef11eb hue: 0.84 , saturation: 0.87 and the lightness value of ef11eb is 0.50.

The process color (four color CMYK) of #ef11eb color hex is 0.00, 0.93, 0.02, 0.06. Web safe color of #ef11eb is #ff00ff. Color #ef11eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010001 11101011
Octal 357 21 353
Decimal 239 17 235
Hex EF 11 EB

RGB Percentages of Color #ef11eb

%48.68
%3.46
%47.86

CMYK Percentages of Color #ef11eb

%0
%93
%2
%6

Triadic Colors of #ef11eb

#ef11eb #ebef11 #11ebef

Analogous Colors of #ef11eb

#ef11eb #ef117c #8411ef

Monochromatic Colors of #ef11eb

#ef11eb

Complementary Color

#ef11eb #11ef15

#ef11eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef11eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef11eb Color CSS Codes

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

#ef11eb Text Font Color

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

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


#ef11eb Background Color

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

This div background color is #ef11eb


#ef11eb Border Color

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

This div border color is #ef11eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef11eb


Comments

No comments written yet.

Please login to write comment.