Color Hex Logo

#ef402a Color Hex

#EF402A
(239,64,42)
0 Favorites   0 Comments

Color spaces of #ef402a

RGB 2396442
HSL0.020.860.55
HSV82°94°
CMYK 0.000.730.82   0.06
XYZ37.847922.18474.4778
Yxy22.18470.58670.3439
Hunter Lab47.100661.008327.3338
CIE-Lab54.222465.167452.0389

#ef402a color RGB value is (239,64,42).

#ef402a hex color red value is 239, green value is 64 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ef402a hue: 0.02 , saturation: 0.86 and the lightness value of ef402a is 0.55.

The process color (four color CMYK) of #ef402a color hex is 0.00, 0.73, 0.82, 0.06. Web safe color of #ef402a is #ff3333. Color #ef402a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000000 00101010
Octal 357 100 52
Decimal 239 64 42
Hex EF 40 2A

RGB Percentages of Color #ef402a

%69.28
%18.55
%12.17

CMYK Percentages of Color #ef402a

%0
%73
%82
%6

Triadic Colors of #ef402a

#ef402a #2aef40 #402aef

Analogous Colors of #ef402a

#ef402a #efa32a #ef2a77

Monochromatic Colors of #ef402a

#ef402a

Complementary Color

#ef402a #2ad9ef

#ef402a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef402a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef402a Color CSS Codes

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

#ef402a Text Font Color

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

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


#ef402a Background Color

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

This div background color is #ef402a


#ef402a Border Color

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

This div border color is #ef402a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef402a


Comments

No comments written yet.

Please login to write comment.