Color Hex Logo

#ef261c Color Hex

#EF261C
(239,38,28)
0 Favorites   0 Comments

Color spaces of #ef261c

RGB 2393828
HSL0.010.870.52
HSV88°94°
CMYK 0.000.840.88   0.06
XYZ36.499319.82083.0007
Yxy19.82080.61530.3341
Hunter Lab44.520668.428727.1682
CIE-Lab51.634071.902456.1991

#ef261c color RGB value is (239,38,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 00011100
Octal 357 46 34
Decimal 239 38 28
Hex EF 26 1C

RGB Percentages of Color #ef261c

%78.36
%12.46
%9.18

CMYK Percentages of Color #ef261c

%0
%84
%88
%6

Triadic Colors of #ef261c

#ef261c #1cef26 #261cef

Analogous Colors of #ef261c

#ef261c #ef901c #ef1c7c

Monochromatic Colors of #ef261c

#ef261c

Complementary Color

#ef261c #1ce5ef

#ef261c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef261c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef261c Color CSS Codes

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

#ef261c Text Font Color

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

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


#ef261c Background Color

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

This div background color is #ef261c


#ef261c Border Color

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

This div border color is #ef261c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef261c


Comments

No comments written yet.

Please login to write comment.