Color Hex Logo

#eb5043 Color Hex

#EB5043
(235,80,67)
0 Favorites   0 Comments

Color spaces of #eb5043

RGB 2358067
HSL0.010.810.59
HSV71°92°
CMYK 0.000.660.71   0.08
XYZ38.142723.80477.8946
Yxy23.80470.54610.3408
Hunter Lab48.790154.163724.5595
CIE-Lab55.891758.924840.5537

#eb5043 color RGB value is (235,80,67).

#eb5043 hex color red value is 235, green value is 80 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #eb5043 hue: 0.01 , saturation: 0.81 and the lightness value of eb5043 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 01000011
Octal 353 120 103
Decimal 235 80 67
Hex EB 50 43

RGB Percentages of Color #eb5043

%61.52
%20.94
%17.54

CMYK Percentages of Color #eb5043

%0
%66
%71
%8

Triadic Colors of #eb5043

#eb5043 #43eb50 #5043eb

Analogous Colors of #eb5043

#eb5043 #eba443 #eb438a

Monochromatic Colors of #eb5043

#eb5043

Complementary Color

#eb5043 #43deeb

#eb5043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5043 Color CSS Codes

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

#eb5043 Text Font Color

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

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


#eb5043 Background Color

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

This div background color is #eb5043


#eb5043 Border Color

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

This div border color is #eb5043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5043


Comments

No comments written yet.

Please login to write comment.