Color Hex Logo

#eb5036 Color Hex

#EB5036
(235,80,54)
0 Favorites   0 Comments

Color spaces of #eb5036

RGB 2358054
HSL0.020.820.57
HSV77°92°
CMYK 0.000.660.77   0.08
XYZ37.795523.66586.0659
Yxy23.66580.55970.3505
Hunter Lab48.647553.548126.6603
CIE-Lab55.751658.406247.3246

#eb5036 color RGB value is (235,80,54).

#eb5036 hex color red value is 235, green value is 80 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #eb5036 hue: 0.02 , saturation: 0.82 and the lightness value of eb5036 is 0.57.

The process color (four color CMYK) of #eb5036 color hex is 0.00, 0.66, 0.77, 0.08. Web safe color of #eb5036 is #ff6633. Color #eb5036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 00110110
Octal 353 120 66
Decimal 235 80 54
Hex EB 50 36

RGB Percentages of Color #eb5036

%63.69
%21.68
%14.63

CMYK Percentages of Color #eb5036

%0
%66
%77
%8

Triadic Colors of #eb5036

#eb5036 #36eb50 #5036eb

Analogous Colors of #eb5036

#eb5036 #ebab36 #eb3677

Monochromatic Colors of #eb5036

#eb5036

Complementary Color

#eb5036 #36d1eb

#eb5036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5036 Color CSS Codes

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

#eb5036 Text Font Color

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

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


#eb5036 Background Color

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

This div background color is #eb5036


#eb5036 Border Color

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

This div border color is #eb5036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5036


Comments

No comments written yet.

Please login to write comment.