Color Hex Logo

#eb78ac Color Hex

#EB78AC
(235,120,172)
0 Favorites   0 Comments

Color spaces of #eb78ac

RGB 235120172
HSL0.920.740.70
HSV333°49°92°
CMYK 0.000.490.27   0.08
XYZ48.423834.073743.0544
Yxy34.07370.38570.2714
Hunter Lab58.372745.9247-2.8701
CIE-Lab65.021050.1120-7.1051

#eb78ac color RGB value is (235,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 10101100
Octal 353 170 254
Decimal 235 120 172
Hex EB 78 AC

RGB Percentages of Color #eb78ac

%44.59
%22.77
%32.64

CMYK Percentages of Color #eb78ac

%0
%49
%27
%8

Triadic Colors of #eb78ac

#eb78ac #aceb78 #78aceb

Analogous Colors of #eb78ac

#eb78ac #eb7e78 #eb78e6

Monochromatic Colors of #eb78ac

#eb78ac

Complementary Color

#eb78ac #78ebb7

#eb78ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78ac Color CSS Codes

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

#eb78ac Text Font Color

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

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


#eb78ac Background Color

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

This div background color is #eb78ac


#eb78ac Border Color

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

This div border color is #eb78ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78ac


Comments

No comments written yet.

Please login to write comment.