Color Hex Logo

#eb5646 Color Hex

#EB5646
(235,86,70)
0 Favorites   0 Comments

Color spaces of #eb5646

RGB 2358670
HSL0.020.800.60
HSV70°92°
CMYK 0.000.630.70   0.08
XYZ38.694224.75998.5341
Yxy24.75990.53750.3439
Hunter Lab49.759351.727624.6628
CIE-Lab56.840756.603239.9962

#eb5646 color RGB value is (235,86,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 01000110
Octal 353 126 106
Decimal 235 86 70
Hex EB 56 46

RGB Percentages of Color #eb5646

%60.10
%21.99
%17.90

CMYK Percentages of Color #eb5646

%0
%63
%70
%8

Triadic Colors of #eb5646

#eb5646 #46eb56 #5646eb

Analogous Colors of #eb5646

#eb5646 #eba946 #eb4689

Monochromatic Colors of #eb5646

#eb5646

Complementary Color

#eb5646 #46dbeb

#eb5646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5646 Color CSS Codes

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

#eb5646 Text Font Color

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

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


#eb5646 Background Color

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

This div background color is #eb5646


#eb5646 Border Color

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

This div border color is #eb5646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5646


Comments

No comments written yet.

Please login to write comment.