Color Hex Logo

#ef223d Color Hex

#EF223D
(239,34,61)
0 Favorites   0 Comments

Color spaces of #ef223d

RGB 2393461
HSL0.980.860.54
HSV352°86°94°
CMYK 0.000.860.74   0.06
XYZ37.010919.83176.2921
Yxy19.83170.58620.3141
Hunter Lab44.532870.417722.7958
CIE-Lab51.646473.539139.3087

#ef223d color RGB value is (239,34,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100010 00111101
Octal 357 42 75
Decimal 239 34 61
Hex EF 22 3D

RGB Percentages of Color #ef223d

%71.56
%10.18
%18.26

CMYK Percentages of Color #ef223d

%0
%86
%74
%6

Triadic Colors of #ef223d

#ef223d #3def22 #223def

Analogous Colors of #ef223d

#ef223d #ef6e22 #ef22a4

Monochromatic Colors of #ef223d

#ef223d

Complementary Color

#ef223d #22efd4

#ef223d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef223d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef223d Color CSS Codes

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

#ef223d Text Font Color

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

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


#ef223d Background Color

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

This div background color is #ef223d


#ef223d Border Color

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

This div border color is #ef223d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef223d


Comments

No comments written yet.

Please login to write comment.