Color Hex Logo

#ef422f Color Hex

#EF422F
(239,66,47)
0 Favorites   0 Comments

Color spaces of #ef422f

RGB 2396647
HSL0.020.860.56
HSV80°94°
CMYK 0.000.720.80   0.06
XYZ38.057922.45245.0172
Yxy22.45240.58080.3426
Hunter Lab47.384060.445926.8909
CIE-Lab54.503864.633949.8563

#ef422f color RGB value is (239,66,47).

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

The process color (four color CMYK) of #ef422f color hex is 0.00, 0.72, 0.80, 0.06. Web safe color of #ef422f is #ff3333. Color #ef422f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 00101111
Octal 357 102 57
Decimal 239 66 47
Hex EF 42 2F

RGB Percentages of Color #ef422f

%67.90
%18.75
%13.35

CMYK Percentages of Color #ef422f

%0
%72
%80
%6

Triadic Colors of #ef422f

#ef422f #2fef42 #422fef

Analogous Colors of #ef422f

#ef422f #efa22f #ef2f7c

Monochromatic Colors of #ef422f

#ef422f

Complementary Color

#ef422f #2fdcef

#ef422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef422f Color CSS Codes

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

#ef422f Text Font Color

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

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


#ef422f Background Color

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

This div background color is #ef422f


#ef422f Border Color

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

This div border color is #ef422f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef422f


Comments

No comments written yet.

Please login to write comment.