Color Hex Logo

#ef2941 Color Hex

#EF2941
(239,41,65)
0 Favorites   0 Comments

Color spaces of #ef2941

RGB 2394165
HSL0.980.860.55
HSV353°83°94°
CMYK 0.000.830.73   0.06
XYZ37.343720.31836.9546
Yxy20.31830.57790.3144
Hunter Lab45.075868.998122.4054
CIE-Lab52.195272.264737.6312

#ef2941 color RGB value is (239,41,65).

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

The process color (four color CMYK) of #ef2941 color hex is 0.00, 0.83, 0.73, 0.06. Web safe color of #ef2941 is #ff3333. Color #ef2941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 01000001
Octal 357 51 101
Decimal 239 41 65
Hex EF 29 41

RGB Percentages of Color #ef2941

%69.28
%11.88
%18.84

CMYK Percentages of Color #ef2941

%0
%83
%73
%6

Triadic Colors of #ef2941

#ef2941 #41ef29 #2941ef

Analogous Colors of #ef2941

#ef2941 #ef7429 #ef29a4

Monochromatic Colors of #ef2941

#ef2941

Complementary Color

#ef2941 #29efd7

#ef2941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2941 Color CSS Codes

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

#ef2941 Text Font Color

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

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


#ef2941 Background Color

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

This div background color is #ef2941


#ef2941 Border Color

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

This div border color is #ef2941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2941


Comments

No comments written yet.

Please login to write comment.