Color Hex Logo

#eb72ac Color Hex

#EB72AC
(235,114,172)
0 Favorites   0 Comments

Color spaces of #eb72ac

RGB 235114172
HSL0.920.750.68
HSV331°51°92°
CMYK 0.000.510.27   0.08
XYZ47.724732.675442.8213
Yxy32.67540.38730.2652
Hunter Lab57.162448.9949-4.4014
CIE-Lab63.897253.0250-8.7773

#eb72ac color RGB value is (235,114,172).

#eb72ac hex color red value is 235, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb72ac hue: 0.92 , saturation: 0.75 and the lightness value of eb72ac is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 10101100
Octal 353 162 254
Decimal 235 114 172
Hex EB 72 AC

RGB Percentages of Color #eb72ac

%45.11
%21.88
%33.01

CMYK Percentages of Color #eb72ac

%0
%51
%27
%8

Triadic Colors of #eb72ac

#eb72ac #aceb72 #72aceb

Analogous Colors of #eb72ac

#eb72ac #eb7572 #eb72e9

Monochromatic Colors of #eb72ac

#eb72ac

Complementary Color

#eb72ac #72ebb1

#eb72ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb72ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb72ac Color CSS Codes

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

#eb72ac Text Font Color

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

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


#eb72ac Background Color

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

This div background color is #eb72ac


#eb72ac Border Color

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

This div border color is #eb72ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb72ac


Comments

No comments written yet.

Please login to write comment.