Color Hex Logo

#eb2dac Color Hex

#EB2DAC
(235,45,172)
0 Favorites   0 Comments

Color spaces of #eb2dac

RGB 23545172
HSL0.890.830.55
HSV320°81°92°
CMYK 0.000.810.27   0.08
XYZ42.645722.517541.1284
Yxy22.51750.40120.2118
Hunter Lab47.452677.3760-18.1713
CIE-Lab54.571878.5908-22.8986

#eb2dac color RGB value is (235,45,172).

#eb2dac hex color red value is 235, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb2dac hue: 0.89 , saturation: 0.83 and the lightness value of eb2dac is 0.55.

The process color (four color CMYK) of #eb2dac color hex is 0.00, 0.81, 0.27, 0.08. Web safe color of #eb2dac is #ff3399. Color #eb2dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101101 10101100
Octal 353 55 254
Decimal 235 45 172
Hex EB 2D AC

RGB Percentages of Color #eb2dac

%51.99
%9.96
%38.05

CMYK Percentages of Color #eb2dac

%0
%81
%27
%8

Triadic Colors of #eb2dac

#eb2dac #aceb2d #2daceb

Analogous Colors of #eb2dac

#eb2dac #eb2d4d #cb2deb

Monochromatic Colors of #eb2dac

#eb2dac

Complementary Color

#eb2dac #2deb6c

#eb2dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2dac Color CSS Codes

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

#eb2dac Text Font Color

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

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


#eb2dac Background Color

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

This div background color is #eb2dac


#eb2dac Border Color

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

This div border color is #eb2dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2dac


Comments

No comments written yet.

Please login to write comment.