Color Hex Logo

#e754ac Color Hex

#E754AC
(231,84,172)
0 Favorites   0 Comments

Color spaces of #e754ac

RGB 23184172
HSL0.900.750.62
HSV324°64°91°
CMYK 0.000.640.26   0.09
XYZ43.571726.308141.8112
Yxy26.30810.39010.2355
Hunter Lab51.291461.8745-12.4274
CIE-Lab58.328365.1497-17.2175

#e754ac color RGB value is (231,84,172).

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

The process color (four color CMYK) of #e754ac color hex is 0.00, 0.64, 0.26, 0.09. Web safe color of #e754ac is #ff6699. Color #e754ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 10101100
Octal 347 124 254
Decimal 231 84 172
Hex E7 54 AC

RGB Percentages of Color #e754ac

%47.43
%17.25
%35.32

CMYK Percentages of Color #e754ac

%0
%64
%26
%9

Triadic Colors of #e754ac

#e754ac #ace754 #54ace7

Analogous Colors of #e754ac

#e754ac #e75463 #d954e7

Monochromatic Colors of #e754ac

#e754ac

Complementary Color

#e754ac #54e78f

#e754ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e754ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e754ac Color CSS Codes

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

#e754ac Text Font Color

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

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


#e754ac Background Color

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

This div background color is #e754ac


#e754ac Border Color

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

This div border color is #e754ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e754ac


Comments

No comments written yet.

Please login to write comment.