Color Hex Logo

#ef293b Color Hex

#EF293B
(239,41,59)
0 Favorites   0 Comments

Color spaces of #ef293b

RGB 2394159
HSL0.980.860.55
HSV355°83°94°
CMYK 0.000.830.75   0.06
XYZ37.179020.25246.0872
Yxy20.25240.58530.3188
Hunter Lab45.002768.713323.4821
CIE-Lab52.121472.043740.9763

#ef293b color RGB value is (239,41,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 00111011
Octal 357 51 73
Decimal 239 41 59
Hex EF 29 3B

RGB Percentages of Color #ef293b

%70.50
%12.09
%17.40

CMYK Percentages of Color #ef293b

%0
%83
%75
%6

Triadic Colors of #ef293b

#ef293b #3bef29 #293bef

Analogous Colors of #ef293b

#ef293b #ef7a29 #ef299e

Monochromatic Colors of #ef293b

#ef293b

Complementary Color

#ef293b #29efdd

#ef293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef293b Color CSS Codes

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

#ef293b Text Font Color

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

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


#ef293b Background Color

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

This div background color is #ef293b


#ef293b Border Color

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

This div border color is #ef293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef293b


Comments

No comments written yet.

Please login to write comment.