Color Hex Logo

#eb77ac Color Hex

#EB77AC
(235,119,172)
0 Favorites   0 Comments

Color spaces of #eb77ac

RGB 235119172
HSL0.920.740.69
HSV333°49°92°
CMYK 0.000.490.27   0.08
XYZ48.304233.834443.0145
Yxy33.83440.38600.2703
Hunter Lab58.167346.4398-3.1276
CIE-Lab64.830950.6025-7.3875

#eb77ac color RGB value is (235,119,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 10101100
Octal 353 167 254
Decimal 235 119 172
Hex EB 77 AC

RGB Percentages of Color #eb77ac

%44.68
%22.62
%32.70

CMYK Percentages of Color #eb77ac

%0
%49
%27
%8

Triadic Colors of #eb77ac

#eb77ac #aceb77 #77aceb

Analogous Colors of #eb77ac

#eb77ac #eb7c77 #eb77e6

Monochromatic Colors of #eb77ac

#eb77ac

Complementary Color

#eb77ac #77ebb6

#eb77ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb77ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb77ac Color CSS Codes

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

#eb77ac Text Font Color

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

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


#eb77ac Background Color

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

This div background color is #eb77ac


#eb77ac Border Color

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

This div border color is #eb77ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,119,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 #eb77ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb77ac


Comments

No comments written yet.

Please login to write comment.