Color Hex Logo

#e380ac Color Hex

#E380AC
(227,128,172)
0 Favorites   0 Comments

Color spaces of #e380ac

RGB 227128172
HSL0.930.640.70
HSV333°44°89°
CMYK 0.000.440.24   0.11
XYZ46.844134.747843.2678
Yxy34.74780.37520.2783
Hunter Lab58.947338.6923-2.2563
CIE-Lab65.551843.4335-6.4321

#e380ac color RGB value is (227,128,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000000 10101100
Octal 343 200 254
Decimal 227 128 172
Hex E3 80 AC

RGB Percentages of Color #e380ac

%43.07
%24.29
%32.64

CMYK Percentages of Color #e380ac

%0
%44
%24
%11

Triadic Colors of #e380ac

#e380ac #ace380 #80ace3

Analogous Colors of #e380ac

#e380ac #e38680 #e380de

Monochromatic Colors of #e380ac

#e380ac

Complementary Color

#e380ac #80e3b7

#e380ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e380ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e380ac Color CSS Codes

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

#e380ac Text Font Color

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

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


#e380ac Background Color

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

This div background color is #e380ac


#e380ac Border Color

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

This div border color is #e380ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e380ac


Comments

No comments written yet.

Please login to write comment.