Color Hex Logo

#eb78ab Color Hex

#EB78AB
(235,120,171)
0 Favorites   0 Comments

Color spaces of #eb78ab

RGB 235120171
HSL0.930.740.70
HSV333°49°92°
CMYK 0.000.490.27   0.08
XYZ48.328134.035442.5504
Yxy34.03540.38690.2725
Hunter Lab58.339945.7727-2.4055
CIE-Lab64.990749.9797-6.5824

#eb78ab color RGB value is (235,120,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 10101011
Octal 353 170 253
Decimal 235 120 171
Hex EB 78 AB

RGB Percentages of Color #eb78ab

%44.68
%22.81
%32.51

CMYK Percentages of Color #eb78ab

%0
%49
%27
%8

Triadic Colors of #eb78ab

#eb78ab #abeb78 #78abeb

Analogous Colors of #eb78ab

#eb78ab #eb7f78 #eb78e5

Monochromatic Colors of #eb78ab

#eb78ab

Complementary Color

#eb78ab #78ebb8

#eb78ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78ab Color CSS Codes

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

#eb78ab Text Font Color

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

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


#eb78ab Background Color

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

This div background color is #eb78ab


#eb78ab Border Color

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

This div border color is #eb78ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78ab


Comments

No comments written yet.

Please login to write comment.