Color Hex Logo

#e143cc Color Hex

#E143CC
(225,67,204)
0 Favorites   0 Comments

Color spaces of #e143cc

RGB 22567204
HSL0.860.720.57
HSV308°70°88°
CMYK 0.000.700.09   0.12
XYZ43.957624.381559.5160
Yxy24.38150.34380.1907
Hunter Lab49.377672.4958-36.8993
CIE-Lab56.467874.3043-38.5820

#e143cc color RGB value is (225,67,204).

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

The process color (four color CMYK) of #e143cc color hex is 0.00, 0.70, 0.09, 0.12. Web safe color of #e143cc is #cc33cc. Color #e143cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 11001100
Octal 341 103 314
Decimal 225 67 204
Hex E1 43 CC

RGB Percentages of Color #e143cc

%45.36
%13.51
%41.13

CMYK Percentages of Color #e143cc

%0
%70
%9
%12

Triadic Colors of #e143cc

#e143cc #cce143 #43cce1

Analogous Colors of #e143cc

#e143cc #e1437d #a743e1

Monochromatic Colors of #e143cc

#e143cc

Complementary Color

#e143cc #43e158

#e143cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143cc Color CSS Codes

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

#e143cc Text Font Color

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

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


#e143cc Background Color

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

This div background color is #e143cc


#e143cc Border Color

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

This div border color is #e143cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,67,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e143cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143cc


Comments

No comments written yet.

Please login to write comment.