Color Hex Logo

#ef293e Color Hex

#EF293E
(239,41,62)
0 Favorites   0 Comments

Color spaces of #ef293e

RGB 2394162
HSL0.980.860.55
HSV354°83°94°
CMYK 0.000.830.74   0.06
XYZ37.259020.28446.5089
Yxy20.28440.58170.3167
Hunter Lab45.038268.851822.9582
CIE-Lab52.157272.151239.3115

#ef293e color RGB value is (239,41,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 00111110
Octal 357 51 76
Decimal 239 41 62
Hex EF 29 3E

RGB Percentages of Color #ef293e

%69.88
%11.99
%18.13

CMYK Percentages of Color #ef293e

%0
%83
%74
%6

Triadic Colors of #ef293e

#ef293e #3eef29 #293eef

Analogous Colors of #ef293e

#ef293e #ef7729 #ef29a1

Monochromatic Colors of #ef293e

#ef293e

Complementary Color

#ef293e #29efda

#ef293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef293e Color CSS Codes

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

#ef293e Text Font Color

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

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


#ef293e Background Color

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

This div background color is #ef293e


#ef293e Border Color

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

This div border color is #ef293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef293e


Comments

No comments written yet.

Please login to write comment.