Color Hex Logo

#eb6eac Color Hex

#EB6EAC
(235,110,172)
0 Favorites   0 Comments

Color spaces of #eb6eac

RGB 235110172
HSL0.920.760.68
HSV330°53°92°
CMYK 0.000.530.27   0.08
XYZ47.283331.792642.6742
Yxy31.79260.38840.2611
Hunter Lab56.384951.0130-5.4034
CIE-Lab63.171154.9258-9.8613

#eb6eac color RGB value is (235,110,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101110 10101100
Octal 353 156 254
Decimal 235 110 172
Hex EB 6E AC

RGB Percentages of Color #eb6eac

%45.45
%21.28
%33.27

CMYK Percentages of Color #eb6eac

%0
%53
%27
%8

Triadic Colors of #eb6eac

#eb6eac #aceb6e #6eaceb

Analogous Colors of #eb6eac

#eb6eac #eb6f6e #eb6eeb

Monochromatic Colors of #eb6eac

#eb6eac

Complementary Color

#eb6eac #6eebad

#eb6eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6eac Color CSS Codes

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

#eb6eac Text Font Color

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

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


#eb6eac Background Color

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

This div background color is #eb6eac


#eb6eac Border Color

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

This div border color is #eb6eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6eac


Comments

No comments written yet.

Please login to write comment.