Color Hex Logo

#ef210e Color Hex

#EF210E
(239,33,14)
0 Favorites   0 Comments

Color spaces of #ef210e

RGB 2393314
HSL0.010.890.50
HSV94°94°
CMYK 0.000.860.94   0.06
XYZ36.219719.47012.2646
Yxy19.47010.62500.3360
Hunter Lab44.124969.302127.8445
CIE-Lab51.232772.701760.9171

#ef210e color RGB value is (239,33,14).

#ef210e hex color red value is 239, green value is 33 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ef210e hue: 0.01 , saturation: 0.89 and the lightness value of ef210e is 0.50.

The process color (four color CMYK) of #ef210e color hex is 0.00, 0.86, 0.94, 0.06. Web safe color of #ef210e is #ff3300. Color #ef210e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100001 00001110
Octal 357 41 16
Decimal 239 33 14
Hex EF 21 E

RGB Percentages of Color #ef210e

%83.57
%11.54
%4.90

CMYK Percentages of Color #ef210e

%0
%86
%94
%6

Triadic Colors of #ef210e

#ef210e #0eef21 #210eef

Analogous Colors of #ef210e

#ef210e #ef920e #ef0e6c

Monochromatic Colors of #ef210e

#ef210e

Complementary Color

#ef210e #0edcef

#ef210e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef210e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef210e Color CSS Codes

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

#ef210e Text Font Color

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

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


#ef210e Background Color

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

This div background color is #ef210e


#ef210e Border Color

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

This div border color is #ef210e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef210e


Comments

No comments written yet.

Please login to write comment.