Color Hex Logo

#e300ac Color Hex

#E300AC
(227,0,172)
0 Favorites   0 Comments

Color spaces of #e300ac

RGB 2270172
HSL0.871.000.45
HSV315°100°89°
CMYK 0.001.000.24   0.11
XYZ39.124919.309540.6947
Yxy19.30950.39470.1948
Hunter Lab43.942682.0305-24.1480
CIE-Lab51.047482.9445-28.4653

#e300ac color RGB value is (227,0,172).

#e300ac hex color red value is 227, green value is 0 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e300ac hue: 0.87 , saturation: 1.00 and the lightness value of e300ac is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000000 10101100
Octal 343 0 254
Decimal 227 0 172
Hex E3 0 AC

RGB Percentages of Color #e300ac

%56.89
%0.00
%43.11

CMYK Percentages of Color #e300ac

%0
%100
%24
%11

Triadic Colors of #e300ac

#e300ac #ace300 #00ace3

Analogous Colors of #e300ac

#e300ac #e3003b #a900e3

Monochromatic Colors of #e300ac

#e300ac

Complementary Color

#e300ac #00e337

#e300ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e300ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e300ac Color CSS Codes

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

#e300ac Text Font Color

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

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


#e300ac Background Color

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

This div background color is #e300ac


#e300ac Border Color

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

This div border color is #e300ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e300ac


Comments

No comments written yet.

Please login to write comment.