Color Hex Logo

#eb051e Color Hex

#EB051E
(235,5,30)
0 Favorites   0 Comments

Color spaces of #eb051e

RGB 235530
HSL0.980.960.47
HSV353°98°92°
CMYK 0.000.980.87   0.08
XYZ34.549617.86442.8555
Yxy17.86440.62510.3232
Hunter Lab42.266371.944625.5808
CIE-Lab49.331275.238353.2194

#eb051e color RGB value is (235,5,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000101 00011110
Octal 353 5 36
Decimal 235 5 30
Hex EB 5 1E

RGB Percentages of Color #eb051e

%87.04
%1.85
%11.11

CMYK Percentages of Color #eb051e

%0
%98
%87
%8

Triadic Colors of #eb051e

#eb051e #1eeb05 #051eeb

Analogous Colors of #eb051e

#eb051e #eb5f05 #eb0591

Monochromatic Colors of #eb051e

#eb051e

Complementary Color

#eb051e #05ebd2

#eb051e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb051e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb051e Color CSS Codes

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

#eb051e Text Font Color

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

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


#eb051e Background Color

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

This div background color is #eb051e


#eb051e Border Color

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

This div border color is #eb051e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb051e


Comments

No comments written yet.

Please login to write comment.