Color Hex Logo

#ef424a Color Hex

#EF424A
(239,66,74)
0 Favorites   0 Comments

Color spaces of #ef424a

RGB 2396674
HSL0.990.840.60
HSV357°72°94°
CMYK 0.000.720.69   0.06
XYZ38.780822.74168.8241
Yxy22.74160.55130.3233
Hunter Lab47.688261.704922.4108
CIE-Lab54.805265.653435.5279

#ef424a color RGB value is (239,66,74).

#ef424a hex color red value is 239, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ef424a hue: 0.99 , saturation: 0.84 and the lightness value of ef424a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 01001010
Octal 357 102 112
Decimal 239 66 74
Hex EF 42 4A

RGB Percentages of Color #ef424a

%63.06
%17.41
%19.53

CMYK Percentages of Color #ef424a

%0
%72
%69
%6

Triadic Colors of #ef424a

#ef424a #4aef42 #424aef

Analogous Colors of #ef424a

#ef424a #ef9142 #ef42a1

Monochromatic Colors of #ef424a

#ef424a

Complementary Color

#ef424a #42efe7

#ef424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef424a Color CSS Codes

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

#ef424a Text Font Color

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

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


#ef424a Background Color

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

This div background color is #ef424a


#ef424a Border Color

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

This div border color is #ef424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef424a


Comments

No comments written yet.

Please login to write comment.