Color Hex Logo

#eb79ab Color Hex

#EB79AB
(235,121,171)
0 Favorites   0 Comments

Color spaces of #eb79ab

RGB 235121171
HSL0.930.740.70
HSV334°49°92°
CMYK 0.000.490.27   0.08
XYZ48.449034.277242.5907
Yxy34.27720.38660.2735
Hunter Lab58.546745.2568-2.1487
CIE-Lab65.182049.4875-6.2987

#eb79ab color RGB value is (235,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111001 10101011
Octal 353 171 253
Decimal 235 121 171
Hex EB 79 AB

RGB Percentages of Color #eb79ab

%44.59
%22.96
%32.45

CMYK Percentages of Color #eb79ab

%0
%49
%27
%8

Triadic Colors of #eb79ab

#eb79ab #abeb79 #79abeb

Analogous Colors of #eb79ab

#eb79ab #eb8079 #eb79e4

Monochromatic Colors of #eb79ab

#eb79ab

Complementary Color

#eb79ab #79ebb9

#eb79ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb79ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb79ab Color CSS Codes

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

#eb79ab Text Font Color

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

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


#eb79ab Background Color

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

This div background color is #eb79ab


#eb79ab Border Color

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

This div border color is #eb79ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb79ab


Comments

No comments written yet.

Please login to write comment.