Color Hex Logo

#eb462c Color Hex

#EB462C
(235,70,44)
0 Favorites   0 Comments

Color spaces of #eb462c

RGB 2357044
HSL0.020.830.55
HSV81°92°
CMYK 0.000.700.81   0.08
XYZ36.905722.22434.7274
Yxy22.22430.57790.3480
Hunter Lab47.142757.239327.0543
CIE-Lab54.264261.909350.8513

#eb462c color RGB value is (235,70,44).

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

The process color (four color CMYK) of #eb462c color hex is 0.00, 0.70, 0.81, 0.08. Web safe color of #eb462c is #ff3333. Color #eb462c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000110 00101100
Octal 353 106 54
Decimal 235 70 44
Hex EB 46 2C

RGB Percentages of Color #eb462c

%67.34
%20.06
%12.61

CMYK Percentages of Color #eb462c

%0
%70
%81
%8

Triadic Colors of #eb462c

#eb462c #2ceb46 #462ceb

Analogous Colors of #eb462c

#eb462c #eba62c #eb2c72

Monochromatic Colors of #eb462c

#eb462c

Complementary Color

#eb462c #2cd1eb

#eb462c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb462c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb462c Color CSS Codes

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

#eb462c Text Font Color

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

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


#eb462c Background Color

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

This div background color is #eb462c


#eb462c Border Color

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

This div border color is #eb462c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb462c


Comments

No comments written yet.

Please login to write comment.