Color Hex Logo

#eb7bac Color Hex

#EB7BAC
(235,123,172)
0 Favorites   0 Comments

Color spaces of #eb7bac

RGB 235123172
HSL0.930.740.70
HSV334°48°92°
CMYK 0.000.480.27   0.08
XYZ48.790334.806643.1765
Yxy34.80660.38490.2746
Hunter Lab58.997144.3736-2.0929
CIE-Lab65.597848.6309-6.2493

#eb7bac color RGB value is (235,123,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111011 10101100
Octal 353 173 254
Decimal 235 123 172
Hex EB 7B AC

RGB Percentages of Color #eb7bac

%44.34
%23.21
%32.45

CMYK Percentages of Color #eb7bac

%0
%48
%27
%8

Triadic Colors of #eb7bac

#eb7bac #aceb7b #7baceb

Analogous Colors of #eb7bac

#eb7bac #eb827b #eb7be4

Monochromatic Colors of #eb7bac

#eb7bac

Complementary Color

#eb7bac #7bebba

#eb7bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7bac Color CSS Codes

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

#eb7bac Text Font Color

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

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


#eb7bac Background Color

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

This div background color is #eb7bac


#eb7bac Border Color

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

This div border color is #eb7bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7bac


Comments

No comments written yet.

Please login to write comment.