Color Hex Logo

#ef223f Color Hex

#EF223F
(239,34,63)
0 Favorites   0 Comments

Color spaces of #ef223f

RGB 2393463
HSL0.980.860.54
HSV352°86°94°
CMYK 0.000.860.74   0.06
XYZ37.065819.85376.5812
Yxy19.85370.58370.3127
Hunter Lab44.557570.512222.4330
CIE-Lab51.671473.611838.1853

#ef223f color RGB value is (239,34,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100010 00111111
Octal 357 42 77
Decimal 239 34 63
Hex EF 22 3F

RGB Percentages of Color #ef223f

%71.13
%10.12
%18.75

CMYK Percentages of Color #ef223f

%0
%86
%74
%6

Triadic Colors of #ef223f

#ef223f #3fef22 #223fef

Analogous Colors of #ef223f

#ef223f #ef6c22 #ef22a6

Monochromatic Colors of #ef223f

#ef223f

Complementary Color

#ef223f #22efd2

#ef223f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef223f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef223f Color CSS Codes

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

#ef223f Text Font Color

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

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


#ef223f Background Color

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

This div background color is #ef223f


#ef223f Border Color

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

This div border color is #ef223f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef223f


Comments

No comments written yet.

Please login to write comment.