Color Hex Logo

#ef012e Color Hex

#EF012E
(239,1,46)
0 Favorites   0 Comments

Color spaces of #ef012e

RGB 239146
HSL0.970.990.47
HSV349°100°94°
CMYK 0.001.000.81   0.06
XYZ36.100618.56974.2664
Yxy18.56970.61250.3151
Hunter Lab43.092674.125524.2948
CIE-Lab50.179976.841846.1730

#ef012e color RGB value is (239,1,46).

#ef012e hex color red value is 239, green value is 1 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ef012e hue: 0.97 , saturation: 0.99 and the lightness value of ef012e is 0.47.

The process color (four color CMYK) of #ef012e color hex is 0.00, 1.00, 0.81, 0.06. Web safe color of #ef012e is #ff0033. Color #ef012e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000001 00101110
Octal 357 1 56
Decimal 239 1 46
Hex EF 1 2E

RGB Percentages of Color #ef012e

%83.57
%0.35
%16.08

CMYK Percentages of Color #ef012e

%0
%100
%81
%6

Triadic Colors of #ef012e

#ef012e #2eef01 #012eef

Analogous Colors of #ef012e

#ef012e #ef4b01 #ef01a5

Monochromatic Colors of #ef012e

#ef012e

Complementary Color

#ef012e #01efc2

#ef012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef012e Color CSS Codes

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

#ef012e Text Font Color

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

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


#ef012e Background Color

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

This div background color is #ef012e


#ef012e Border Color

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

This div border color is #ef012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef012e


Comments

No comments written yet.

Please login to write comment.