Color Hex Logo

#eb072e Color Hex

#EB072E
(235,7,46)
0 Favorites   0 Comments

Color spaces of #eb072e

RGB 235746
HSL0.970.940.47
HSV350°97°92°
CMYK 0.000.970.80   0.08
XYZ34.830118.01144.2256
Yxy18.01140.61030.3156
Hunter Lab42.439872.224123.8046
CIE-Lab49.509975.431145.2350

#eb072e color RGB value is (235,7,46).

#eb072e hex color red value is 235, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eb072e hue: 0.97 , saturation: 0.94 and the lightness value of eb072e is 0.47.

The process color (four color CMYK) of #eb072e color hex is 0.00, 0.97, 0.80, 0.08. Web safe color of #eb072e is #ff0033. Color #eb072e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 00101110
Octal 353 7 56
Decimal 235 7 46
Hex EB 7 2E

RGB Percentages of Color #eb072e

%81.60
%2.43
%15.97

CMYK Percentages of Color #eb072e

%0
%97
%80
%8

Triadic Colors of #eb072e

#eb072e #2eeb07 #072eeb

Analogous Colors of #eb072e

#eb072e #eb5207 #eb07a0

Monochromatic Colors of #eb072e

#eb072e

Complementary Color

#eb072e #07ebc4

#eb072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb072e Color CSS Codes

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

#eb072e Text Font Color

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

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


#eb072e Background Color

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

This div background color is #eb072e


#eb072e Border Color

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

This div border color is #eb072e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb072e


Comments

No comments written yet.

Please login to write comment.