Color Hex Logo

#eb07ac Color Hex

#EB07AC
(235,7,172)
0 Favorites   0 Comments

Color spaces of #eb07ac

RGB 2357172
HSL0.880.940.47
HSV317°97°92°
CMYK 0.000.970.27   0.08
XYZ41.783320.792740.8409
Yxy20.79270.40400.2011
Hunter Lab45.599083.7649-21.1840
CIE-Lab52.721983.9670-25.7505

#eb07ac color RGB value is (235,7,172).

#eb07ac hex color red value is 235, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb07ac hue: 0.88 , saturation: 0.94 and the lightness value of eb07ac is 0.47.

The process color (four color CMYK) of #eb07ac color hex is 0.00, 0.97, 0.27, 0.08. Web safe color of #eb07ac is #ff0099. Color #eb07ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 10101100
Octal 353 7 254
Decimal 235 7 172
Hex EB 7 AC

RGB Percentages of Color #eb07ac

%56.76
%1.69
%41.55

CMYK Percentages of Color #eb07ac

%0
%97
%27
%8

Triadic Colors of #eb07ac

#eb07ac #aceb07 #07aceb

Analogous Colors of #eb07ac

#eb07ac #eb073a #b807eb

Monochromatic Colors of #eb07ac

#eb07ac

Complementary Color

#eb07ac #07eb46

#eb07ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb07ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb07ac Color CSS Codes

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

#eb07ac Text Font Color

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

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


#eb07ac Background Color

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

This div background color is #eb07ac


#eb07ac Border Color

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

This div border color is #eb07ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb07ac


Comments

No comments written yet.

Please login to write comment.