Color Hex Logo

#eb704e Color Hex

#EB704E
(235,112,78)
0 Favorites   0 Comments

Color spaces of #eb704e

RGB 23511278
HSL0.040.800.61
HSV13°67°92°
CMYK 0.000.520.67   0.08
XYZ41.430329.800610.7762
Yxy29.80060.50520.3634
Hunter Lab54.589939.937826.5089
CIE-Lab61.481845.135041.0772

#eb704e color RGB value is (235,112,78).

#eb704e hex color red value is 235, green value is 112 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #eb704e hue: 0.04 , saturation: 0.80 and the lightness value of eb704e is 0.61.

The process color (four color CMYK) of #eb704e color hex is 0.00, 0.52, 0.67, 0.08. Web safe color of #eb704e is #ff6666. Color #eb704e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110000 01001110
Octal 353 160 116
Decimal 235 112 78
Hex EB 70 4E

RGB Percentages of Color #eb704e

%55.29
%26.35
%18.35

CMYK Percentages of Color #eb704e

%0
%52
%67
%8

Triadic Colors of #eb704e

#eb704e #4eeb70 #704eeb

Analogous Colors of #eb704e

#eb704e #ebbf4e #eb4e7b

Monochromatic Colors of #eb704e

#eb704e

Complementary Color

#eb704e #4ec9eb

#eb704e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb704e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb704e Color CSS Codes

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

#eb704e Text Font Color

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

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


#eb704e Background Color

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

This div background color is #eb704e


#eb704e Border Color

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

This div border color is #eb704e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb704e


Comments

No comments written yet.

Please login to write comment.