Color Hex Logo

#e749ac Color Hex

#E749AC
(231,73,172)
0 Favorites   0 Comments

Color spaces of #e749ac

RGB 23173172
HSL0.900.770.60
HSV322°68°91°
CMYK 0.000.680.26   0.09
XYZ42.783924.732641.5486
Yxy24.73260.39230.2268
Hunter Lab49.731966.5312-14.7216
CIE-Lab56.813969.3396-19.5235

#e749ac color RGB value is (231,73,172).

#e749ac hex color red value is 231, green value is 73 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e749ac hue: 0.90 , saturation: 0.77 and the lightness value of e749ac is 0.60.

The process color (four color CMYK) of #e749ac color hex is 0.00, 0.68, 0.26, 0.09. Web safe color of #e749ac is #ff3399. Color #e749ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001001 10101100
Octal 347 111 254
Decimal 231 73 172
Hex E7 49 AC

RGB Percentages of Color #e749ac

%48.53
%15.34
%36.13

CMYK Percentages of Color #e749ac

%0
%68
%26
%9

Triadic Colors of #e749ac

#e749ac #ace749 #49ace7

Analogous Colors of #e749ac

#e749ac #e7495d #d349e7

Monochromatic Colors of #e749ac

#e749ac

Complementary Color

#e749ac #49e784

#e749ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e749ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e749ac Color CSS Codes

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

#e749ac Text Font Color

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

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


#e749ac Background Color

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

This div background color is #e749ac


#e749ac Border Color

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

This div border color is #e749ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e749ac


Comments

No comments written yet.

Please login to write comment.