Color Hex Logo

#eb78ae Color Hex

#EB78AE
(235,120,174)
0 Favorites   0 Comments

Color spaces of #eb78ae

RGB 235120174
HSL0.920.740.70
HSV332°49°92°
CMYK 0.000.490.26   0.08
XYZ48.617434.151144.0738
Yxy34.15110.38330.2692
Hunter Lab58.438946.2322-3.8084
CIE-Lab65.082350.3793-8.1490

#eb78ae color RGB value is (235,120,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 10101110
Octal 353 170 256
Decimal 235 120 174
Hex EB 78 AE

RGB Percentages of Color #eb78ae

%44.42
%22.68
%32.89

CMYK Percentages of Color #eb78ae

%0
%49
%26
%8

Triadic Colors of #eb78ae

#eb78ae #aeeb78 #78aeeb

Analogous Colors of #eb78ae

#eb78ae #eb7c78 #eb78e8

Monochromatic Colors of #eb78ae

#eb78ae

Complementary Color

#eb78ae #78ebb5

#eb78ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78ae Color CSS Codes

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

#eb78ae Text Font Color

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

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


#eb78ae Background Color

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

This div background color is #eb78ae


#eb78ae Border Color

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

This div border color is #eb78ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78ae


Comments

No comments written yet.

Please login to write comment.