Color Hex Logo

#ef351f Color Hex

#EF351F
(239,53,31)
0 Favorites   0 Comments

Color spaces of #ef351f

RGB 2395331
HSL0.020.870.53
HSV87°94°
CMYK 0.000.780.87   0.06
XYZ37.117020.99593.3926
Yxy20.99590.60350.3414
Hunter Lab45.821364.404627.6851
CIE-Lab52.945068.290255.9364

#ef351f color RGB value is (239,53,31).

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

The process color (four color CMYK) of #ef351f color hex is 0.00, 0.78, 0.87, 0.06. Web safe color of #ef351f is #ff3333. Color #ef351f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110101 00011111
Octal 357 65 37
Decimal 239 53 31
Hex EF 35 1F

RGB Percentages of Color #ef351f

%73.99
%16.41
%9.60

CMYK Percentages of Color #ef351f

%0
%78
%87
%6

Triadic Colors of #ef351f

#ef351f #1fef35 #351fef

Analogous Colors of #ef351f

#ef351f #ef9d1f #ef1f71

Monochromatic Colors of #ef351f

#ef351f

Complementary Color

#ef351f #1fd9ef

#ef351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef351f Color CSS Codes

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

#ef351f Text Font Color

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

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


#ef351f Background Color

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

This div background color is #ef351f


#ef351f Border Color

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

This div border color is #ef351f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef351f


Comments

No comments written yet.

Please login to write comment.