Color Hex Logo

#eb7dac Color Hex

#EB7DAC
(235,125,172)
0 Favorites   0 Comments

Color spaces of #eb7dac

RGB 235125172
HSL0.930.730.71
HSV334°47°92°
CMYK 0.000.470.27   0.08
XYZ49.041035.308043.2601
Yxy35.30800.38430.2767
Hunter Lab59.420543.3338-1.5707
CIE-Lab65.987847.6346-5.6717

#eb7dac color RGB value is (235,125,172).

#eb7dac hex color red value is 235, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb7dac hue: 0.93 , saturation: 0.73 and the lightness value of eb7dac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111101 10101100
Octal 353 175 254
Decimal 235 125 172
Hex EB 7D AC

RGB Percentages of Color #eb7dac

%44.17
%23.50
%32.33

CMYK Percentages of Color #eb7dac

%0
%47
%27
%8

Triadic Colors of #eb7dac

#eb7dac #aceb7d #7daceb

Analogous Colors of #eb7dac

#eb7dac #eb857d #eb7de3

Monochromatic Colors of #eb7dac

#eb7dac

Complementary Color

#eb7dac #7debbc

#eb7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7dac Color CSS Codes

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

#eb7dac Text Font Color

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

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


#eb7dac Background Color

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

This div background color is #eb7dac


#eb7dac Border Color

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

This div border color is #eb7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7dac


Comments

No comments written yet.

Please login to write comment.