Color Hex Logo

#ef381c Color Hex

#EF381C
(239,56,28)
0 Favorites   0 Comments

Color spaces of #ef381c

RGB 2395628
HSL0.020.870.52
HSV88°94°
CMYK 0.000.770.88   0.06
XYZ37.220421.26293.2410
Yxy21.26290.60300.3445
Hunter Lab46.111763.385928.1110
CIE-Lab53.236067.374957.3899

#ef381c color RGB value is (239,56,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 00011100
Octal 357 70 34
Decimal 239 56 28
Hex EF 38 1C

RGB Percentages of Color #ef381c

%73.99
%17.34
%8.67

CMYK Percentages of Color #ef381c

%0
%77
%88
%6

Triadic Colors of #ef381c

#ef381c #1cef38 #381cef

Analogous Colors of #ef381c

#ef381c #efa21c #ef1c6a

Monochromatic Colors of #ef381c

#ef381c

Complementary Color

#ef381c #1cd3ef

#ef381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef381c Color CSS Codes

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

#ef381c Text Font Color

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

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


#ef381c Background Color

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

This div background color is #ef381c


#ef381c Border Color

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

This div border color is #ef381c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef381c


Comments

No comments written yet.

Please login to write comment.