Color Hex Logo

#eb84ac Color Hex

#EB84AC
(235,132,172)
0 Favorites   0 Comments

Color spaces of #eb84ac

RGB 235132172
HSL0.940.720.72
HSV337°44°92°
CMYK 0.000.440.27   0.08
XYZ49.958637.143343.5660
Yxy37.14330.38230.2843
Hunter Lab60.945339.66730.2790
CIE-Lab67.384444.1003-3.6095

#eb84ac color RGB value is (235,132,172).

#eb84ac hex color red value is 235, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb84ac hue: 0.94 , saturation: 0.72 and the lightness value of eb84ac is 0.72.

The process color (four color CMYK) of #eb84ac color hex is 0.00, 0.44, 0.27, 0.08. Web safe color of #eb84ac is #ff9999. Color #eb84ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 10101100
Octal 353 204 254
Decimal 235 132 172
Hex EB 84 AC

RGB Percentages of Color #eb84ac

%43.60
%24.49
%31.91

CMYK Percentages of Color #eb84ac

%0
%44
%27
%8

Triadic Colors of #eb84ac

#eb84ac #aceb84 #84aceb

Analogous Colors of #eb84ac

#eb84ac #eb9084 #eb84e0

Monochromatic Colors of #eb84ac

#eb84ac

Complementary Color

#eb84ac #84ebc3

#eb84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb84ac Color CSS Codes

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

#eb84ac Text Font Color

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

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


#eb84ac Background Color

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

This div background color is #eb84ac


#eb84ac Border Color

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

This div border color is #eb84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb84ac


Comments

No comments written yet.

Please login to write comment.