Color Hex Logo

#ef022e Color Hex

#EF022E
(239,2,46)
0 Favorites   0 Comments

Color spaces of #ef022e

RGB 239246
HSL0.970.980.47
HSV349°99°94°
CMYK 0.000.990.81   0.06
XYZ36.111518.59144.2700
Yxy18.59140.61230.3153
Hunter Lab43.117774.039324.3109
CIE-Lab50.205776.767246.1983

#ef022e color RGB value is (239,2,46).

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

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

Base Numbers

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

RGB Percentages of Color #ef022e

%83.28
%0.70
%16.03

CMYK Percentages of Color #ef022e

%0
%99
%81
%6

Triadic Colors of #ef022e

#ef022e #2eef02 #022eef

Analogous Colors of #ef022e

#ef022e #ef4d02 #ef02a5

Monochromatic Colors of #ef022e

#ef022e

Complementary Color

#ef022e #02efc3

#ef022e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef022e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef022e Color CSS Codes

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

#ef022e Text Font Color

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

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


#ef022e Background Color

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

This div background color is #ef022e


#ef022e Border Color

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

This div border color is #ef022e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef022e


Comments

No comments written yet.

Please login to write comment.