Color Hex Logo

#eb050f Color Hex

#EB050F
(235,5,15)
0 Favorites   0 Comments

Color spaces of #eb050f

RGB 235515
HSL0.990.960.47
HSV357°98°92°
CMYK 0.000.980.94   0.08
XYZ34.401417.80522.0755
Yxy17.80520.63380.3280
Hunter Lab42.196271.682726.6211
CIE-Lab49.259075.038759.0897

#eb050f color RGB value is (235,5,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000101 00001111
Octal 353 5 17
Decimal 235 5 15
Hex EB 5 F

RGB Percentages of Color #eb050f

%92.16
%1.96
%5.88

CMYK Percentages of Color #eb050f

%0
%98
%94
%8

Triadic Colors of #eb050f

#eb050f #0feb05 #050feb

Analogous Colors of #eb050f

#eb050f #eb6e05 #eb0582

Monochromatic Colors of #eb050f

#eb050f

Complementary Color

#eb050f #05ebe1

#eb050f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb050f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb050f Color CSS Codes

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

#eb050f Text Font Color

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

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


#eb050f Background Color

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

This div background color is #eb050f


#eb050f Border Color

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

This div border color is #eb050f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb050f


Comments

No comments written yet.

Please login to write comment.