Color Hex Logo

#eb565e Color Hex

#EB565E
(235,86,94)
0 Favorites   0 Comments

Color spaces of #eb565e

RGB 2358694
HSL0.990.790.63
HSV357°63°92°
CMYK 0.000.630.60   0.08
XYZ39.609125.125913.3518
Yxy25.12590.50720.3218
Hunter Lab50.125753.329719.2952
CIE-Lab57.197957.961726.8406

#eb565e color RGB value is (235,86,94).

#eb565e hex color red value is 235, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eb565e hue: 0.99 , saturation: 0.79 and the lightness value of eb565e is 0.63.

The process color (four color CMYK) of #eb565e color hex is 0.00, 0.63, 0.60, 0.08. Web safe color of #eb565e is #ff6666. Color #eb565e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 01011110
Octal 353 126 136
Decimal 235 86 94
Hex EB 56 5E

RGB Percentages of Color #eb565e

%56.63
%20.72
%22.65

CMYK Percentages of Color #eb565e

%0
%63
%60
%8

Triadic Colors of #eb565e

#eb565e #5eeb56 #565eeb

Analogous Colors of #eb565e

#eb565e #eb9956 #eb56a9

Monochromatic Colors of #eb565e

#eb565e

Complementary Color

#eb565e #56ebe3

#eb565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb565e Color CSS Codes

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

#eb565e Text Font Color

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

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


#eb565e Background Color

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

This div background color is #eb565e


#eb565e Border Color

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

This div border color is #eb565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb565e


Comments

No comments written yet.

Please login to write comment.