Color Hex Logo

#eb5dac Color Hex

#EB5DAC
(235,93,172)
0 Favorites   0 Comments

Color spaces of #eb5dac

RGB 23593172
HSL0.910.780.64
HSV327°60°92°
CMYK 0.000.600.27   0.08
XYZ45.621728.469442.1203
Yxy28.46940.39260.2450
Hunter Lab53.356759.2489-9.4544
CIE-Lab60.310562.5599-14.1574

#eb5dac color RGB value is (235,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 10101100
Octal 353 135 254
Decimal 235 93 172
Hex EB 5D AC

RGB Percentages of Color #eb5dac

%47.00
%18.60
%34.40

CMYK Percentages of Color #eb5dac

%0
%60
%27
%8

Triadic Colors of #eb5dac

#eb5dac #aceb5d #5daceb

Analogous Colors of #eb5dac

#eb5dac #eb5d65 #e35deb

Monochromatic Colors of #eb5dac

#eb5dac

Complementary Color

#eb5dac #5deb9c

#eb5dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5dac Color CSS Codes

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

#eb5dac Text Font Color

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

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


#eb5dac Background Color

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

This div background color is #eb5dac


#eb5dac Border Color

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

This div border color is #eb5dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5dac


Comments

No comments written yet.

Please login to write comment.