Color Hex Logo

#e315ac Color Hex

#E315AC
(227,21,172)
0 Favorites   0 Comments

Color spaces of #e315ac

RGB 22721172
HSL0.880.830.49
HSV316°91°89°
CMYK 0.000.910.24   0.11
XYZ39.393119.845840.7841
Yxy19.84580.39380.1984
Hunter Lab44.548679.8825-23.0957
CIE-Lab51.662481.1414-27.5102

#e315ac color RGB value is (227,21,172).

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

The process color (four color CMYK) of #e315ac color hex is 0.00, 0.91, 0.24, 0.11. Web safe color of #e315ac is #cc0099. Color #e315ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 10101100
Octal 343 25 254
Decimal 227 21 172
Hex E3 15 AC

RGB Percentages of Color #e315ac

%54.05
%5.00
%40.95

CMYK Percentages of Color #e315ac

%0
%91
%24
%11

Triadic Colors of #e315ac

#e315ac #ace315 #15ace3

Analogous Colors of #e315ac

#e315ac #e31545 #b315e3

Monochromatic Colors of #e315ac

#e315ac

Complementary Color

#e315ac #15e34c

#e315ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315ac Color CSS Codes

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

#e315ac Text Font Color

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

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


#e315ac Background Color

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

This div background color is #e315ac


#e315ac Border Color

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

This div border color is #e315ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315ac


Comments

No comments written yet.

Please login to write comment.