Color Hex Logo

#eb070b Color Hex

#EB070B
(235,7,11)
0 Favorites   0 Comments

Color spaces of #eb070b

RGB 235711
HSL1.000.940.47
HSV359°97°92°
CMYK 0.000.970.95   0.08
XYZ34.397317.83831.9468
Yxy17.83830.63480.3292
Hunter Lab42.235471.461726.8319
CIE-Lab49.299474.850460.2873

#eb070b color RGB value is (235,7,11).

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

The process color (four color CMYK) of #eb070b color hex is 0.00, 0.97, 0.95, 0.08. Web safe color of #eb070b is #ff0000. Color #eb070b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 00001011
Octal 353 7 13
Decimal 235 7 11
Hex EB 7 B

RGB Percentages of Color #eb070b

%92.89
%2.77
%4.35

CMYK Percentages of Color #eb070b

%0
%97
%95
%8

Triadic Colors of #eb070b

#eb070b #0beb07 #070beb

Analogous Colors of #eb070b

#eb070b #eb7507 #eb077d

Monochromatic Colors of #eb070b

#eb070b

Complementary Color

#eb070b #07ebe7

#eb070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb070b Color CSS Codes

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

#eb070b Text Font Color

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

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


#eb070b Background Color

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

This div background color is #eb070b


#eb070b Border Color

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

This div border color is #eb070b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb070b


Comments

No comments written yet.

Please login to write comment.