Color Hex Logo

#ef421a Color Hex

#EF421A
(239,66,26)
0 Favorites   0 Comments

Color spaces of #ef421a

RGB 2396626
HSL0.030.870.52
HSV11°89°94°
CMYK 0.000.720.89   0.06
XYZ37.731322.32173.2971
Yxy22.32170.59560.3524
Hunter Lab47.245859.872828.9345
CIE-Lab54.366764.167558.9837

#ef421a color RGB value is (239,66,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 00011010
Octal 357 102 32
Decimal 239 66 26
Hex EF 42 1A

RGB Percentages of Color #ef421a

%72.21
%19.94
%7.85

CMYK Percentages of Color #ef421a

%0
%72
%89
%6

Triadic Colors of #ef421a

#ef421a #1aef42 #421aef

Analogous Colors of #ef421a

#ef421a #efad1a #ef1a5d

Monochromatic Colors of #ef421a

#ef421a

Complementary Color

#ef421a #1ac7ef

#ef421a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef421a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef421a Color CSS Codes

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

#ef421a Text Font Color

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

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


#ef421a Background Color

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

This div background color is #ef421a


#ef421a Border Color

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

This div border color is #ef421a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef421a


Comments

No comments written yet.

Please login to write comment.