Color Hex Logo

#ef224a Color Hex

#EF224A
(239,34,74)
0 Favorites   0 Comments

Color spaces of #ef224a

RGB 2393474
HSL0.970.860.54
HSV348°86°94°
CMYK 0.000.860.69   0.06
XYZ37.404719.98928.3654
Yxy19.98920.56880.3040
Hunter Lab44.709371.095520.2030
CIE-Lab51.825074.059731.9162

#ef224a color RGB value is (239,34,74).

#ef224a hex color red value is 239, green value is 34 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ef224a hue: 0.97 , saturation: 0.86 and the lightness value of ef224a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100010 01001010
Octal 357 42 112
Decimal 239 34 74
Hex EF 22 4A

RGB Percentages of Color #ef224a

%68.88
%9.80
%21.33

CMYK Percentages of Color #ef224a

%0
%86
%69
%6

Triadic Colors of #ef224a

#ef224a #4aef22 #224aef

Analogous Colors of #ef224a

#ef224a #ef6022 #ef22b1

Monochromatic Colors of #ef224a

#ef224a

Complementary Color

#ef224a #22efc7

#ef224a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef224a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef224a Color CSS Codes

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

#ef224a Text Font Color

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

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


#ef224a Background Color

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

This div background color is #ef224a


#ef224a Border Color

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

This div border color is #ef224a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef224a


Comments

No comments written yet.

Please login to write comment.