Color Hex Logo

#eb461d Color Hex

#EB461D
(235,70,29)
0 Favorites   0 Comments

Color spaces of #eb461d

RGB 2357029
HSL0.030.840.52
HSV12°88°92°
CMYK 0.000.700.88   0.08
XYZ36.672922.13123.5013
Yxy22.13120.58860.3552
Hunter Lab47.043856.822628.5179
CIE-Lab54.165961.564257.3763

#eb461d color RGB value is (235,70,29).

#eb461d hex color red value is 235, green value is 70 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eb461d hue: 0.03 , saturation: 0.84 and the lightness value of eb461d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000110 00011101
Octal 353 106 35
Decimal 235 70 29
Hex EB 46 1D

RGB Percentages of Color #eb461d

%70.36
%20.96
%8.68

CMYK Percentages of Color #eb461d

%0
%70
%88
%8

Triadic Colors of #eb461d

#eb461d #1deb46 #461deb

Analogous Colors of #eb461d

#eb461d #ebad1d #eb1d5b

Monochromatic Colors of #eb461d

#eb461d

Complementary Color

#eb461d #1dc2eb

#eb461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb461d Color CSS Codes

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

#eb461d Text Font Color

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

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


#eb461d Background Color

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

This div background color is #eb461d


#eb461d Border Color

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

This div border color is #eb461d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb461d


Comments

No comments written yet.

Please login to write comment.