Color Hex Logo

#ef321b Color Hex

#EF321B
(239,50,27)
0 Favorites   0 Comments

Color spaces of #ef321b

RGB 2395027
HSL0.020.870.52
HSV89°94°
CMYK 0.000.790.89   0.06
XYZ36.935020.71113.0879
Yxy20.71110.60810.3410
Hunter Lab45.509465.227227.8337
CIE-Lab52.631969.041757.3400

#ef321b color RGB value is (239,50,27).

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

The process color (four color CMYK) of #ef321b color hex is 0.00, 0.79, 0.89, 0.06. Web safe color of #ef321b is #ff3333. Color #ef321b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 00011011
Octal 357 62 33
Decimal 239 50 27
Hex EF 32 1B

RGB Percentages of Color #ef321b

%75.63
%15.82
%8.54

CMYK Percentages of Color #ef321b

%0
%79
%89
%6

Triadic Colors of #ef321b

#ef321b #1bef32 #321bef

Analogous Colors of #ef321b

#ef321b #ef9c1b #ef1b6e

Monochromatic Colors of #ef321b

#ef321b

Complementary Color

#ef321b #1bd8ef

#ef321b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef321b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef321b Color CSS Codes

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

#ef321b Text Font Color

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

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


#ef321b Background Color

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

This div background color is #ef321b


#ef321b Border Color

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

This div border color is #ef321b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef321b


Comments

No comments written yet.

Please login to write comment.