Color Hex Logo

#ef321a Color Hex

#EF321A
(239,50,26)
0 Favorites   0 Comments

Color spaces of #ef321a

RGB 2395026
HSL0.020.870.52
HSV89°94°
CMYK 0.000.790.89   0.06
XYZ36.923720.70653.0279
Yxy20.70650.60870.3414
Hunter Lab45.504465.207827.9079
CIE-Lab52.626869.026457.7288

#ef321a color RGB value is (239,50,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 00011010
Octal 357 62 32
Decimal 239 50 26
Hex EF 32 1A

RGB Percentages of Color #ef321a

%75.87
%15.87
%8.25

CMYK Percentages of Color #ef321a

%0
%79
%89
%6

Triadic Colors of #ef321a

#ef321a #1aef32 #321aef

Analogous Colors of #ef321a

#ef321a #ef9d1a #ef1a6d

Monochromatic Colors of #ef321a

#ef321a

Complementary Color

#ef321a #1ad7ef

#ef321a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef321a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef321a Color CSS Codes

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

#ef321a Text Font Color

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

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


#ef321a Background Color

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

This div background color is #ef321a


#ef321a Border Color

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

This div border color is #ef321a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef321a


Comments

No comments written yet.

Please login to write comment.