Color Hex Logo

#eb513c Color Hex

#EB513C
(235,81,60)
0 Favorites   0 Comments

Color spaces of #eb513c

RGB 2358160
HSL0.020.810.58
HSV74°92°
CMYK 0.000.660.74   0.08
XYZ38.019023.87336.8791
Yxy23.87330.55280.3471
Hunter Lab48.860353.388225.8547
CIE-Lab55.960758.228344.4138

#eb513c color RGB value is (235,81,60).

#eb513c hex color red value is 235, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eb513c hue: 0.02 , saturation: 0.81 and the lightness value of eb513c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010001 00111100
Octal 353 121 74
Decimal 235 81 60
Hex EB 51 3C

RGB Percentages of Color #eb513c

%62.50
%21.54
%15.96

CMYK Percentages of Color #eb513c

%0
%66
%74
%8

Triadic Colors of #eb513c

#eb513c #3ceb51 #513ceb

Analogous Colors of #eb513c

#eb513c #eba93c #eb3c7f

Monochromatic Colors of #eb513c

#eb513c

Complementary Color

#eb513c #3cd6eb

#eb513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb513c Color CSS Codes

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

#eb513c Text Font Color

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

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


#eb513c Background Color

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

This div background color is #eb513c


#eb513c Border Color

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

This div border color is #eb513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb513c


Comments

No comments written yet.

Please login to write comment.