Color Hex Logo

#eb789b Color Hex

#EB789B
(235,120,155)
0 Favorites   0 Comments

Color spaces of #eb789b

RGB 235120155
HSL0.950.740.70
HSV342°49°92°
CMYK 0.000.490.34   0.08
XYZ46.893833.461734.9975
Yxy33.46170.40650.2901
Hunter Lab57.846143.47304.6212
CIE-Lab64.533047.96461.8495

#eb789b color RGB value is (235,120,155).

#eb789b hex color red value is 235, green value is 120 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eb789b hue: 0.95 , saturation: 0.74 and the lightness value of eb789b is 0.70.

The process color (four color CMYK) of #eb789b color hex is 0.00, 0.49, 0.34, 0.08. Web safe color of #eb789b is #ff6699. Color #eb789b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 10011011
Octal 353 170 233
Decimal 235 120 155
Hex EB 78 9B

RGB Percentages of Color #eb789b

%46.08
%23.53
%30.39

CMYK Percentages of Color #eb789b

%0
%49
%34
%8

Triadic Colors of #eb789b

#eb789b #9beb78 #789beb

Analogous Colors of #eb789b

#eb789b #eb8f78 #eb78d5

Monochromatic Colors of #eb789b

#eb789b

Complementary Color

#eb789b #78ebc8

#eb789b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb789b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb789b Color CSS Codes

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

#eb789b Text Font Color

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

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


#eb789b Background Color

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

This div background color is #eb789b


#eb789b Border Color

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

This div border color is #eb789b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb789b


Comments

No comments written yet.

Please login to write comment.