Color Hex Logo

#ef0dec Color Hex

#EF0DEC
(239,13,236)
0 Favorites   0 Comments

Color spaces of #ef0dec

RGB 23913236
HSL0.840.900.49
HSV301°95°94°
CMYK 0.000.950.01   0.06
XYZ50.880824.694781.4417
Yxy24.69470.32400.1573
Hunter Lab49.693895.7998-62.3831
CIE-Lab56.776792.2908-56.0712

#ef0dec color RGB value is (239,13,236).

#ef0dec hex color red value is 239, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ef0dec hue: 0.84 , saturation: 0.90 and the lightness value of ef0dec is 0.49.

The process color (four color CMYK) of #ef0dec color hex is 0.00, 0.95, 0.01, 0.06. Web safe color of #ef0dec is #ff00ff. Color #ef0dec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001101 11101100
Octal 357 15 354
Decimal 239 13 236
Hex EF D EC

RGB Percentages of Color #ef0dec

%48.98
%2.66
%48.36

CMYK Percentages of Color #ef0dec

%0
%95
%1
%6

Triadic Colors of #ef0dec

#ef0dec #ecef0d #0decef

Analogous Colors of #ef0dec

#ef0dec #ef0d7b #810def

Monochromatic Colors of #ef0dec

#ef0dec

Complementary Color

#ef0dec #0def10

#ef0dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0dec Color CSS Codes

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

#ef0dec Text Font Color

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

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


#ef0dec Background Color

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

This div background color is #ef0dec


#ef0dec Border Color

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

This div border color is #ef0dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0dec


Comments

No comments written yet.

Please login to write comment.