Color Hex Logo

#eb7146 Color Hex

#EB7146
(235,113,70)
0 Favorites   0 Comments

Color spaces of #eb7146

RGB 23511370
HSL0.040.800.60
HSV16°70°92°
CMYK 0.000.520.70   0.08
XYZ41.271629.91469.3932
Yxy29.91460.51220.3712
Hunter Lab54.694238.979028.1035
CIE-Lab61.580544.225045.3875

#eb7146 color RGB value is (235,113,70).

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

The process color (four color CMYK) of #eb7146 color hex is 0.00, 0.52, 0.70, 0.08. Web safe color of #eb7146 is #ff6633. Color #eb7146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110001 01000110
Octal 353 161 106
Decimal 235 113 70
Hex EB 71 46

RGB Percentages of Color #eb7146

%56.22
%27.03
%16.75

CMYK Percentages of Color #eb7146

%0
%52
%70
%8

Triadic Colors of #eb7146

#eb7146 #46eb71 #7146eb

Analogous Colors of #eb7146

#eb7146 #ebc446 #eb466e

Monochromatic Colors of #eb7146

#eb7146

Complementary Color

#eb7146 #46c0eb

#eb7146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7146 Color CSS Codes

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

#eb7146 Text Font Color

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

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


#eb7146 Background Color

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

This div background color is #eb7146


#eb7146 Border Color

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

This div border color is #eb7146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7146


Comments

No comments written yet.

Please login to write comment.