Color Hex Logo

#eb582c Color Hex

#EB582C
(235,88,44)
0 Favorites   0 Comments

Color spaces of #eb582c

RGB 2358844
HSL0.040.830.55
HSV14°81°92°
CMYK 0.000.630.81   0.08
XYZ38.205324.82355.1606
Yxy24.82350.56030.3640
Hunter Lab49.823249.686428.7351
CIE-Lab56.903054.767353.3163

#eb582c color RGB value is (235,88,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011000 00101100
Octal 353 130 54
Decimal 235 88 44
Hex EB 58 2C

RGB Percentages of Color #eb582c

%64.03
%23.98
%11.99

CMYK Percentages of Color #eb582c

%0
%63
%81
%8

Triadic Colors of #eb582c

#eb582c #2ceb58 #582ceb

Analogous Colors of #eb582c

#eb582c #ebb82c #eb2c5f

Monochromatic Colors of #eb582c

#eb582c

Complementary Color

#eb582c #2cbfeb

#eb582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb582c Color CSS Codes

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

#eb582c Text Font Color

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

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


#eb582c Background Color

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

This div background color is #eb582c


#eb582c Border Color

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

This div border color is #eb582c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb582c


Comments

No comments written yet.

Please login to write comment.