Color Hex Logo

#e327ac Color Hex

#E327AC
(227,39,172)
0 Favorites   0 Comments

Color spaces of #e327ac

RGB 22739172
HSL0.880.770.52
HSV318°83°89°
CMYK 0.000.830.24   0.11
XYZ39.850520.760540.9365
Yxy20.76050.39240.2044
Hunter Lab45.563776.3816-21.3743
CIE-Lab52.686478.1650-25.9241

#e327ac color RGB value is (227,39,172).

#e327ac hex color red value is 227, green value is 39 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e327ac hue: 0.88 , saturation: 0.77 and the lightness value of e327ac is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100111 10101100
Octal 343 47 254
Decimal 227 39 172
Hex E3 27 AC

RGB Percentages of Color #e327ac

%51.83
%8.90
%39.27

CMYK Percentages of Color #e327ac

%0
%83
%24
%11

Triadic Colors of #e327ac

#e327ac #ace327 #27ace3

Analogous Colors of #e327ac

#e327ac #e3274e #bc27e3

Monochromatic Colors of #e327ac

#e327ac

Complementary Color

#e327ac #27e35e

#e327ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e327ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e327ac Color CSS Codes

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

#e327ac Text Font Color

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

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


#e327ac Background Color

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

This div background color is #e327ac


#e327ac Border Color

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

This div border color is #e327ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e327ac


Comments

No comments written yet.

Please login to write comment.