Color Hex Logo

#eb542f Color Hex

#EB542F
(235,84,47)
0 Favorites   0 Comments

Color spaces of #eb542f

RGB 2358447
HSL0.030.820.55
HSV12°80°92°
CMYK 0.000.640.80   0.08
XYZ37.944424.20815.3621
Yxy24.20810.56200.3586
Hunter Lab49.201751.556327.9797
CIE-Lab56.295556.543951.3389

#eb542f color RGB value is (235,84,47).

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

The process color (four color CMYK) of #eb542f color hex is 0.00, 0.64, 0.80, 0.08. Web safe color of #eb542f is #ff6633. Color #eb542f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010100 00101111
Octal 353 124 57
Decimal 235 84 47
Hex EB 54 2F

RGB Percentages of Color #eb542f

%64.21
%22.95
%12.84

CMYK Percentages of Color #eb542f

%0
%64
%80
%8

Triadic Colors of #eb542f

#eb542f #2feb54 #542feb

Analogous Colors of #eb542f

#eb542f #ebb22f #eb2f68

Monochromatic Colors of #eb542f

#eb542f

Complementary Color

#eb542f #2fc6eb

#eb542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb542f Color CSS Codes

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

#eb542f Text Font Color

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

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


#eb542f Background Color

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

This div background color is #eb542f


#eb542f Border Color

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

This div border color is #eb542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb542f


Comments

No comments written yet.

Please login to write comment.