Color Hex Logo

#ef331f Color Hex

#EF331F
(239,51,31)
0 Favorites   0 Comments

Color spaces of #ef331f

RGB 2395131
HSL0.020.870.53
HSV87°94°
CMYK 0.000.790.87   0.06
XYZ37.027820.81733.3629
Yxy20.81730.60500.3401
Hunter Lab45.626065.016427.5682
CIE-Lab52.749068.842355.7826

#ef331f color RGB value is (239,51,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 00011111
Octal 357 63 37
Decimal 239 51 31
Hex EF 33 1F

RGB Percentages of Color #ef331f

%74.45
%15.89
%9.66

CMYK Percentages of Color #ef331f

%0
%79
%87
%6

Triadic Colors of #ef331f

#ef331f #1fef33 #331fef

Analogous Colors of #ef331f

#ef331f #ef9b1f #ef1f73

Monochromatic Colors of #ef331f

#ef331f

Complementary Color

#ef331f #1fdbef

#ef331f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef331f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef331f Color CSS Codes

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

#ef331f Text Font Color

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

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


#ef331f Background Color

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

This div background color is #ef331f


#ef331f Border Color

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

This div border color is #ef331f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef331f


Comments

No comments written yet.

Please login to write comment.