Color Hex Logo

#ef11de Color Hex

#EF11DE
(239,17,222)
0 Favorites   0 Comments

Color spaces of #ef11de

RGB 23917222
HSL0.850.870.50
HSV305°93°94°
CMYK 0.000.930.07   0.06
XYZ48.981924.025571.1630
Yxy24.02550.33980.1666
Hunter Lab49.015892.5988-51.7684
CIE-Lab56.113390.0357-49.2314

#ef11de color RGB value is (239,17,222).

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

The process color (four color CMYK) of #ef11de color hex is 0.00, 0.93, 0.07, 0.06. Web safe color of #ef11de is #ff00cc. Color #ef11de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010001 11011110
Octal 357 21 336
Decimal 239 17 222
Hex EF 11 DE

RGB Percentages of Color #ef11de

%50.00
%3.56
%46.44

CMYK Percentages of Color #ef11de

%0
%93
%7
%6

Triadic Colors of #ef11de

#ef11de #deef11 #11deef

Analogous Colors of #ef11de

#ef11de #ef116f #9111ef

Monochromatic Colors of #ef11de

#ef11de

Complementary Color

#ef11de #11ef22

#ef11de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef11de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef11de Color CSS Codes

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

#ef11de Text Font Color

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

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


#ef11de Background Color

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

This div background color is #ef11de


#ef11de Border Color

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

This div border color is #ef11de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef11de


Comments

No comments written yet.

Please login to write comment.