Color Hex Logo

#ef031f Color Hex

#EF031F
(239,3,31)
0 Favorites   0 Comments

Color spaces of #ef031f

RGB 239331
HSL0.980.980.47
HSV353°99°94°
CMYK 0.000.990.87   0.06
XYZ35.876518.51482.9791
Yxy18.51480.62530.3227
Hunter Lab43.028873.529026.0152
CIE-Lab50.114676.372453.7249

#ef031f color RGB value is (239,3,31).

#ef031f hex color red value is 239, green value is 3 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ef031f hue: 0.98 , saturation: 0.98 and the lightness value of ef031f is 0.47.

The process color (four color CMYK) of #ef031f color hex is 0.00, 0.99, 0.87, 0.06. Web safe color of #ef031f is #ff0033. Color #ef031f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000011 00011111
Octal 357 3 37
Decimal 239 3 31
Hex EF 3 1F

RGB Percentages of Color #ef031f

%87.55
%1.10
%11.36

CMYK Percentages of Color #ef031f

%0
%99
%87
%6

Triadic Colors of #ef031f

#ef031f #1fef03 #031fef

Analogous Colors of #ef031f

#ef031f #ef5d03 #ef0395

Monochromatic Colors of #ef031f

#ef031f

Complementary Color

#ef031f #03efd3

#ef031f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef031f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef031f Color CSS Codes

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

#ef031f Text Font Color

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

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


#ef031f Background Color

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

This div background color is #ef031f


#ef031f Border Color

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

This div border color is #ef031f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef031f


Comments

No comments written yet.

Please login to write comment.