Color Hex Logo

#e346ac Color Hex

#E346AC
(227,70,172)
0 Favorites   0 Comments

Color spaces of #e346ac

RGB 22770172
HSL0.890.740.58
HSV321°69°89°
CMYK 0.000.690.24   0.11
XYZ41.315123.689841.4248
Yxy23.68980.38820.2226
Hunter Lab48.672266.3424-16.3911
CIE-Lab55.775969.3778-21.1691

#e346ac color RGB value is (227,70,172).

#e346ac hex color red value is 227, green value is 70 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e346ac hue: 0.89 , saturation: 0.74 and the lightness value of e346ac is 0.58.

The process color (four color CMYK) of #e346ac color hex is 0.00, 0.69, 0.24, 0.11. Web safe color of #e346ac is #cc3399. Color #e346ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000110 10101100
Octal 343 106 254
Decimal 227 70 172
Hex E3 46 AC

RGB Percentages of Color #e346ac

%48.40
%14.93
%36.67

CMYK Percentages of Color #e346ac

%0
%69
%24
%11

Triadic Colors of #e346ac

#e346ac #ace346 #46ace3

Analogous Colors of #e346ac

#e346ac #e3465d #cc46e3

Monochromatic Colors of #e346ac

#e346ac

Complementary Color

#e346ac #46e37d

#e346ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e346ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e346ac Color CSS Codes

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

#e346ac Text Font Color

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

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


#e346ac Background Color

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

This div background color is #e346ac


#e346ac Border Color

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

This div border color is #e346ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e346ac


Comments

No comments written yet.

Please login to write comment.