Color Hex Logo

#e143ac Color Hex

#E143AC
(225,67,172)
0 Favorites   0 Comments

Color spaces of #e143ac

RGB 22567172
HSL0.890.720.57
HSV320°70°88°
CMYK 0.000.700.24   0.12
XYZ40.504923.000441.3344
Yxy23.00040.38640.2194
Hunter Lab47.958766.8294-17.5294
CIE-Lab55.072769.9163-22.2759

#e143ac color RGB value is (225,67,172).

#e143ac hex color red value is 225, green value is 67 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e143ac hue: 0.89 , saturation: 0.72 and the lightness value of e143ac is 0.57.

The process color (four color CMYK) of #e143ac color hex is 0.00, 0.70, 0.24, 0.12. Web safe color of #e143ac is #cc3399. Color #e143ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 10101100
Octal 341 103 254
Decimal 225 67 172
Hex E1 43 AC

RGB Percentages of Color #e143ac

%48.49
%14.44
%37.07

CMYK Percentages of Color #e143ac

%0
%70
%24
%12

Triadic Colors of #e143ac

#e143ac #ace143 #43ace1

Analogous Colors of #e143ac

#e143ac #e1435d #c743e1

Monochromatic Colors of #e143ac

#e143ac

Complementary Color

#e143ac #43e178

#e143ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143ac Color CSS Codes

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

#e143ac Text Font Color

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

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


#e143ac Background Color

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

This div background color is #e143ac


#e143ac Border Color

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

This div border color is #e143ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143ac


Comments

No comments written yet.

Please login to write comment.