Color Hex Logo

#eb081e Color Hex

#EB081E
(235,8,30)
0 Favorites   0 Comments

Color spaces of #eb081e

RGB 235830
HSL0.980.930.48
HSV354°97°92°
CMYK 0.000.970.87   0.08
XYZ34.582117.92962.8664
Yxy17.92960.62450.3238
Hunter Lab42.343471.681225.6268
CIE-Lab49.410675.007953.2808

#eb081e color RGB value is (235,8,30).

#eb081e hex color red value is 235, green value is 8 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eb081e hue: 0.98 , saturation: 0.93 and the lightness value of eb081e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001000 00011110
Octal 353 10 36
Decimal 235 8 30
Hex EB 8 1E

RGB Percentages of Color #eb081e

%86.08
%2.93
%10.99

CMYK Percentages of Color #eb081e

%0
%97
%87
%8

Triadic Colors of #eb081e

#eb081e #1eeb08 #081eeb

Analogous Colors of #eb081e

#eb081e #eb6308 #eb0890

Monochromatic Colors of #eb081e

#eb081e

Complementary Color

#eb081e #08ebd5

#eb081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb081e Color CSS Codes

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

#eb081e Text Font Color

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

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


#eb081e Background Color

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

This div background color is #eb081e


#eb081e Border Color

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

This div border color is #eb081e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb081e


Comments

No comments written yet.

Please login to write comment.