Color Hex Logo

#ef361c Color Hex

#EF361C
(239,54,28)
0 Favorites   0 Comments

Color spaces of #ef361c

RGB 2395428
HSL0.020.870.52
HSV88°94°
CMYK 0.000.770.88   0.06
XYZ37.125421.07293.2094
Yxy21.07290.60460.3432
Hunter Lab45.905264.026027.9885
CIE-Lab53.029267.955057.2354

#ef361c color RGB value is (239,54,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110110 00011100
Octal 357 66 34
Decimal 239 54 28
Hex EF 36 1C

RGB Percentages of Color #ef361c

%74.45
%16.82
%8.72

CMYK Percentages of Color #ef361c

%0
%77
%88
%6

Triadic Colors of #ef361c

#ef361c #1cef36 #361cef

Analogous Colors of #ef361c

#ef361c #efa01c #ef1c6c

Monochromatic Colors of #ef361c

#ef361c

Complementary Color

#ef361c #1cd5ef

#ef361c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef361c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef361c Color CSS Codes

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

#ef361c Text Font Color

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

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


#ef361c Background Color

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

This div background color is #ef361c


#ef361c Border Color

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

This div border color is #ef361c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,54,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 #ef361c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef361c


Comments

No comments written yet.

Please login to write comment.