Color Hex Logo

#ef050f Color Hex

#EF050F
(239,5,15)
0 Favorites   0 Comments

Color spaces of #ef050f

RGB 239515
HSL0.990.960.48
HSV357°98°94°
CMYK 0.000.980.94   0.06
XYZ35.737118.49382.1380
Yxy18.49380.63400.3281
Hunter Lab43.004473.077527.1554
CIE-Lab50.089676.011659.9909

#ef050f color RGB value is (239,5,15).

#ef050f hex color red value is 239, green value is 5 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ef050f hue: 0.99 , saturation: 0.96 and the lightness value of ef050f is 0.48.

The process color (four color CMYK) of #ef050f color hex is 0.00, 0.98, 0.94, 0.06. Web safe color of #ef050f is #ff0000. Color #ef050f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000101 00001111
Octal 357 5 17
Decimal 239 5 15
Hex EF 5 F

RGB Percentages of Color #ef050f

%92.28
%1.93
%5.79

CMYK Percentages of Color #ef050f

%0
%98
%94
%6

Triadic Colors of #ef050f

#ef050f #0fef05 #050fef

Analogous Colors of #ef050f

#ef050f #ef7005 #ef0584

Monochromatic Colors of #ef050f

#ef050f

Complementary Color

#ef050f #05efe5

#ef050f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef050f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef050f Color CSS Codes

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

#ef050f Text Font Color

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

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


#ef050f Background Color

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

This div background color is #ef050f


#ef050f Border Color

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

This div border color is #ef050f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef050f


Comments

No comments written yet.

Please login to write comment.