Color Hex Logo

#eb493d Color Hex

#EB493D
(235,73,61)
0 Favorites   0 Comments

Color spaces of #eb493d

RGB 2357361
HSL0.010.810.58
HSV74°92°
CMYK 0.000.690.74   0.08
XYZ37.485822.76426.8331
Yxy22.76420.55880.3393
Hunter Lab47.711856.746524.9070
CIE-Lab54.828661.377742.6399

#eb493d color RGB value is (235,73,61).

#eb493d hex color red value is 235, green value is 73 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eb493d hue: 0.01 , saturation: 0.81 and the lightness value of eb493d is 0.58.

The process color (four color CMYK) of #eb493d color hex is 0.00, 0.69, 0.74, 0.08. Web safe color of #eb493d is #ff3333. Color #eb493d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 00111101
Octal 353 111 75
Decimal 235 73 61
Hex EB 49 3D

RGB Percentages of Color #eb493d

%63.69
%19.78
%16.53

CMYK Percentages of Color #eb493d

%0
%69
%74
%8

Triadic Colors of #eb493d

#eb493d #3deb49 #493deb

Analogous Colors of #eb493d

#eb493d #eba03d #eb3d88

Monochromatic Colors of #eb493d

#eb493d

Complementary Color

#eb493d #3ddfeb

#eb493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb493d Color CSS Codes

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

#eb493d Text Font Color

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

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


#eb493d Background Color

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

This div background color is #eb493d


#eb493d Border Color

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

This div border color is #eb493d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb493d


Comments

No comments written yet.

Please login to write comment.