Color Hex Logo

#ef292a Color Hex

#EF292A
(239,41,42)
0 Favorites   0 Comments

Color spaces of #ef292a

RGB 2394142
HSL1.000.860.55
HSV360°83°94°
CMYK 0.000.830.82   0.06
XYZ36.807520.10384.1309
Yxy20.10380.60300.3293
Hunter Lab44.837368.067825.9236
CIE-Lab51.954471.541649.9593

#ef292a color RGB value is (239,41,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 00101010
Octal 357 51 52
Decimal 239 41 42
Hex EF 29 2A

RGB Percentages of Color #ef292a

%74.22
%12.73
%13.04

CMYK Percentages of Color #ef292a

%0
%83
%82
%6

Triadic Colors of #ef292a

#ef292a #2aef29 #292aef

Analogous Colors of #ef292a

#ef292a #ef8b29 #ef298d

Monochromatic Colors of #ef292a

#ef292a

Complementary Color

#ef292a #29efee

#ef292a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef292a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef292a Color CSS Codes

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

#ef292a Text Font Color

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

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


#ef292a Background Color

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

This div background color is #ef292a


#ef292a Border Color

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

This div border color is #ef292a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef292a


Comments

No comments written yet.

Please login to write comment.