Color Hex Logo

#eb502c Color Hex

#EB502C
(235,80,44)
0 Favorites   0 Comments

Color spaces of #eb502c

RGB 2358044
HSL0.030.830.55
HSV11°81°92°
CMYK 0.000.660.81   0.08
XYZ37.584223.58134.9536
Yxy23.58130.56840.3566
Hunter Lab48.560653.171827.9443
CIE-Lab55.666158.088352.1647

#eb502c color RGB value is (235,80,44).

#eb502c hex color red value is 235, green value is 80 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #eb502c hue: 0.03 , saturation: 0.83 and the lightness value of eb502c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 00101100
Octal 353 120 54
Decimal 235 80 44
Hex EB 50 2C

RGB Percentages of Color #eb502c

%65.46
%22.28
%12.26

CMYK Percentages of Color #eb502c

%0
%66
%81
%8

Triadic Colors of #eb502c

#eb502c #2ceb50 #502ceb

Analogous Colors of #eb502c

#eb502c #ebb02c #eb2c68

Monochromatic Colors of #eb502c

#eb502c

Complementary Color

#eb502c #2cc7eb

#eb502c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb502c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb502c Color CSS Codes

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

#eb502c Text Font Color

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

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


#eb502c Background Color

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

This div background color is #eb502c


#eb502c Border Color

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

This div border color is #eb502c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb502c


Comments

No comments written yet.

Please login to write comment.