Color Hex Logo

#eb566e Color Hex

#EB566E
(235,86,110)
0 Favorites   0 Comments

Color spaces of #eb566e

RGB 23586110
HSL0.970.790.63
HSV350°63°92°
CMYK 0.000.630.53   0.08
XYZ40.403225.443517.5335
Yxy25.44350.48460.3052
Hunter Lab50.441654.704114.6999
CIE-Lab57.505059.117217.9234

#eb566e color RGB value is (235,86,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 01101110
Octal 353 126 156
Decimal 235 86 110
Hex EB 56 6E

RGB Percentages of Color #eb566e

%54.52
%19.95
%25.52

CMYK Percentages of Color #eb566e

%0
%63
%53
%8

Triadic Colors of #eb566e

#eb566e #6eeb56 #566eeb

Analogous Colors of #eb566e

#eb566e #eb8956 #eb56b9

Monochromatic Colors of #eb566e

#eb566e

Complementary Color

#eb566e #56ebd3

#eb566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb566e Color CSS Codes

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

#eb566e Text Font Color

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

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


#eb566e Background Color

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

This div background color is #eb566e


#eb566e Border Color

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

This div border color is #eb566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb566e


Comments

No comments written yet.

Please login to write comment.