Color Hex Logo

#ef261f Color Hex

#EF261F
(239,38,31)
0 Favorites   0 Comments

Color spaces of #ef261f

RGB 2393831
HSL0.010.870.53
HSV87°94°
CMYK 0.000.840.87   0.06
XYZ36.537019.83593.1993
Yxy19.83590.61330.3330
Hunter Lab44.537568.494426.9172
CIE-Lab51.651271.953554.9243

#ef261f color RGB value is (239,38,31).

#ef261f hex color red value is 239, green value is 38 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ef261f hue: 0.01 , saturation: 0.87 and the lightness value of ef261f is 0.53.

The process color (four color CMYK) of #ef261f color hex is 0.00, 0.84, 0.87, 0.06. Web safe color of #ef261f is #ff3333. Color #ef261f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 00011111
Octal 357 46 37
Decimal 239 38 31
Hex EF 26 1F

RGB Percentages of Color #ef261f

%77.60
%12.34
%10.06

CMYK Percentages of Color #ef261f

%0
%84
%87
%6

Triadic Colors of #ef261f

#ef261f #1fef26 #261fef

Analogous Colors of #ef261f

#ef261f #ef8e1f #ef1f80

Monochromatic Colors of #ef261f

#ef261f

Complementary Color

#ef261f #1fe8ef

#ef261f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef261f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef261f Color CSS Codes

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

#ef261f Text Font Color

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

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


#ef261f Background Color

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

This div background color is #ef261f


#ef261f Border Color

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

This div border color is #ef261f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef261f


Comments

No comments written yet.

Please login to write comment.