Color Hex Logo

#e381ac Color Hex

#E381AC
(227,129,172)
0 Favorites   0 Comments

Color spaces of #e381ac

RGB 227129172
HSL0.930.640.70
HSV334°43°89°
CMYK 0.000.430.24   0.11
XYZ46.975235.010043.3115
Yxy35.01000.37490.2794
Hunter Lab59.169238.1672-1.9814
CIE-Lab65.756542.9197-6.1288

#e381ac color RGB value is (227,129,172).

#e381ac hex color red value is 227, green value is 129 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e381ac hue: 0.93 , saturation: 0.64 and the lightness value of e381ac is 0.70.

The process color (four color CMYK) of #e381ac color hex is 0.00, 0.43, 0.24, 0.11. Web safe color of #e381ac is #cc9999. Color #e381ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000001 10101100
Octal 343 201 254
Decimal 227 129 172
Hex E3 81 AC

RGB Percentages of Color #e381ac

%42.99
%24.43
%32.58

CMYK Percentages of Color #e381ac

%0
%43
%24
%11

Triadic Colors of #e381ac

#e381ac #ace381 #81ace3

Analogous Colors of #e381ac

#e381ac #e38781 #e381dd

Monochromatic Colors of #e381ac

#e381ac

Complementary Color

#e381ac #81e3b8

#e381ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e381ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e381ac Color CSS Codes

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

#e381ac Text Font Color

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

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


#e381ac Background Color

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

This div background color is #e381ac


#e381ac Border Color

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

This div border color is #e381ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e381ac


Comments

No comments written yet.

Please login to write comment.