Color Hex Logo

#eb786a Color Hex

#EB786A
(235,120,106)
0 Favorites   0 Comments

Color spaces of #eb786a

RGB 235120106
HSL0.020.760.67
HSV55°92°
CMYK 0.000.490.55   0.08
XYZ43.578932.135717.5416
Yxy32.13570.46730.3446
Hunter Lab56.688438.016421.3352
CIE-Lab63.454943.073828.1651

#eb786a color RGB value is (235,120,106).

#eb786a hex color red value is 235, green value is 120 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eb786a hue: 0.02 , saturation: 0.76 and the lightness value of eb786a is 0.67.

The process color (four color CMYK) of #eb786a color hex is 0.00, 0.49, 0.55, 0.08. Web safe color of #eb786a is #ff6666. Color #eb786a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 01101010
Octal 353 170 152
Decimal 235 120 106
Hex EB 78 6A

RGB Percentages of Color #eb786a

%50.98
%26.03
%22.99

CMYK Percentages of Color #eb786a

%0
%49
%55
%8

Triadic Colors of #eb786a

#eb786a #6aeb78 #786aeb

Analogous Colors of #eb786a

#eb786a #ebb96a #eb6a9d

Monochromatic Colors of #eb786a

#eb786a

Complementary Color

#eb786a #6addeb

#eb786a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb786a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb786a Color CSS Codes

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

#eb786a Text Font Color

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

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


#eb786a Background Color

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

This div background color is #eb786a


#eb786a Border Color

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

This div border color is #eb786a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb786a

#eb786a Color Palettes


Comments

No comments written yet.

Please login to write comment.