Color Hex Logo

#ef202e Color Hex

#EF202E
(239,32,46)
0 Favorites   0 Comments

Color spaces of #ef202e

RGB 2393246
HSL0.990.870.53
HSV356°87°94°
CMYK 0.000.870.81   0.06
XYZ36.606319.58104.4349
Yxy19.58100.60380.3230
Hunter Lab44.250470.226425.0331
CIE-Lab51.360173.437747.3250

#ef202e color RGB value is (239,32,46).

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

The process color (four color CMYK) of #ef202e color hex is 0.00, 0.87, 0.81, 0.06. Web safe color of #ef202e is #ff3333. Color #ef202e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100000 00101110
Octal 357 40 56
Decimal 239 32 46
Hex EF 20 2E

RGB Percentages of Color #ef202e

%75.39
%10.09
%14.51

CMYK Percentages of Color #ef202e

%0
%87
%81
%6

Triadic Colors of #ef202e

#ef202e #2eef20 #202eef

Analogous Colors of #ef202e

#ef202e #ef7a20 #ef2096

Monochromatic Colors of #ef202e

#ef202e

Complementary Color

#ef202e #20efe1

#ef202e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef202e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef202e Color CSS Codes

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

#ef202e Text Font Color

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

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


#ef202e Background Color

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

This div background color is #ef202e


#ef202e Border Color

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

This div border color is #ef202e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef202e


Comments

No comments written yet.

Please login to write comment.