Color Hex Logo

#eb20ac Color Hex

#EB20AC
(235,32,172)
0 Favorites   0 Comments

Color spaces of #eb20ac

RGB 23532172
HSL0.890.840.52
HSV319°86°92°
CMYK 0.000.860.27   0.08
XYZ42.223921.673740.9877
Yxy21.67370.40260.2066
Hunter Lab46.555080.4224-19.6112
CIE-Lab53.679181.1727-24.2727

#eb20ac color RGB value is (235,32,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100000 10101100
Octal 353 40 254
Decimal 235 32 172
Hex EB 20 AC

RGB Percentages of Color #eb20ac

%53.53
%7.29
%39.18

CMYK Percentages of Color #eb20ac

%0
%86
%27
%8

Triadic Colors of #eb20ac

#eb20ac #aceb20 #20aceb

Analogous Colors of #eb20ac

#eb20ac #eb2047 #c520eb

Monochromatic Colors of #eb20ac

#eb20ac

Complementary Color

#eb20ac #20eb5f

#eb20ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb20ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb20ac Color CSS Codes

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

#eb20ac Text Font Color

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

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


#eb20ac Background Color

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

This div background color is #eb20ac


#eb20ac Border Color

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

This div border color is #eb20ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb20ac


Comments

No comments written yet.

Please login to write comment.