Color Hex Logo

#e374ac Color Hex

#E374AC
(227,116,172)
0 Favorites   0 Comments

Color spaces of #e374ac

RGB 227116172
HSL0.920.660.67
HSV330°49°89°
CMYK 0.000.490.24   0.11
XYZ45.370331.800242.7765
Yxy31.80020.37830.2651
Hunter Lab56.391744.9280-5.5009
CIE-Lab63.177449.4820-9.9672

#e374ac color RGB value is (227,116,172).

#e374ac hex color red value is 227, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e374ac hue: 0.92 , saturation: 0.66 and the lightness value of e374ac is 0.67.

The process color (four color CMYK) of #e374ac color hex is 0.00, 0.49, 0.24, 0.11. Web safe color of #e374ac is #cc6699. Color #e374ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110100 10101100
Octal 343 164 254
Decimal 227 116 172
Hex E3 74 AC

RGB Percentages of Color #e374ac

%44.08
%22.52
%33.40

CMYK Percentages of Color #e374ac

%0
%49
%24
%11

Triadic Colors of #e374ac

#e374ac #ace374 #74ace3

Analogous Colors of #e374ac

#e374ac #e37475 #e374e3

Monochromatic Colors of #e374ac

#e374ac

Complementary Color

#e374ac #74e3ab

#e374ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e374ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e374ac Color CSS Codes

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

#e374ac Text Font Color

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

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


#e374ac Background Color

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

This div background color is #e374ac


#e374ac Border Color

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

This div border color is #e374ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e374ac


Comments

No comments written yet.

Please login to write comment.