Color Hex Logo

#ef382b Color Hex

#EF382B
(239,56,43)
0 Favorites   0 Comments

Color spaces of #ef382b

RGB 2395643
HSL0.010.860.55
HSV82°94°
CMYK 0.000.770.82   0.06
XYZ37.446821.35354.4335
Yxy21.35350.59220.3377
Hunter Lab46.209863.782826.6584
CIE-Lab53.334267.691850.7359

#ef382b color RGB value is (239,56,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 00101011
Octal 357 70 53
Decimal 239 56 43
Hex EF 38 2B

RGB Percentages of Color #ef382b

%70.71
%16.57
%12.72

CMYK Percentages of Color #ef382b

%0
%77
%82
%6

Triadic Colors of #ef382b

#ef382b #2bef38 #382bef

Analogous Colors of #ef382b

#ef382b #ef9a2b #ef2b80

Monochromatic Colors of #ef382b

#ef382b

Complementary Color

#ef382b #2be2ef

#ef382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef382b Color CSS Codes

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

#ef382b Text Font Color

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

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


#ef382b Background Color

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

This div background color is #ef382b


#ef382b Border Color

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

This div border color is #ef382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef382b


Comments

No comments written yet.

Please login to write comment.