Color Hex Logo

#eb2e0e Color Hex

#EB2E0E
(235,46,14)
0 Favorites   0 Comments

Color spaces of #eb2e0e

RGB 2354614
HSL0.020.890.49
HSV94°92°
CMYK 0.000.800.94   0.08
XYZ35.317219.64792.3465
Yxy19.64790.61620.3428
Hunter Lab44.326064.651527.8895
CIE-Lab51.436868.786060.6137

#eb2e0e color RGB value is (235,46,14).

#eb2e0e hex color red value is 235, green value is 46 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eb2e0e hue: 0.02 , saturation: 0.89 and the lightness value of eb2e0e is 0.49.

The process color (four color CMYK) of #eb2e0e color hex is 0.00, 0.80, 0.94, 0.08. Web safe color of #eb2e0e is #ff3300. Color #eb2e0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101110 00001110
Octal 353 56 16
Decimal 235 46 14
Hex EB 2E E

RGB Percentages of Color #eb2e0e

%79.66
%15.59
%4.75

CMYK Percentages of Color #eb2e0e

%0
%80
%94
%8

Triadic Colors of #eb2e0e

#eb2e0e #0eeb2e #2e0eeb

Analogous Colors of #eb2e0e

#eb2e0e #eb9d0e #eb0e5c

Monochromatic Colors of #eb2e0e

#eb2e0e

Complementary Color

#eb2e0e #0ecbeb

#eb2e0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2e0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2e0e Color CSS Codes

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

#eb2e0e Text Font Color

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

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


#eb2e0e Background Color

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

This div background color is #eb2e0e


#eb2e0e Border Color

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

This div border color is #eb2e0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,46,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2e0e


Comments

No comments written yet.

Please login to write comment.