Color Hex Logo

#eb5bac Color Hex

#EB5BAC
(235,91,172)
0 Favorites   0 Comments

Color spaces of #eb5bac

RGB 23591172
HSL0.910.780.64
HSV326°61°92°
CMYK 0.000.610.27   0.08
XYZ45.448428.122942.0626
Yxy28.12290.39300.2432
Hunter Lab53.031060.1729-9.9053
CIE-Lab59.999663.4035-14.6268

#eb5bac color RGB value is (235,91,172).

#eb5bac hex color red value is 235, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb5bac hue: 0.91 , saturation: 0.78 and the lightness value of eb5bac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011011 10101100
Octal 353 133 254
Decimal 235 91 172
Hex EB 5B AC

RGB Percentages of Color #eb5bac

%47.19
%18.27
%34.54

CMYK Percentages of Color #eb5bac

%0
%61
%27
%8

Triadic Colors of #eb5bac

#eb5bac #aceb5b #5baceb

Analogous Colors of #eb5bac

#eb5bac #eb5b64 #e25beb

Monochromatic Colors of #eb5bac

#eb5bac

Complementary Color

#eb5bac #5beb9a

#eb5bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5bac Color CSS Codes

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

#eb5bac Text Font Color

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

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


#eb5bac Background Color

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

This div background color is #eb5bac


#eb5bac Border Color

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

This div border color is #eb5bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5bac


Comments

No comments written yet.

Please login to write comment.