Color Hex Logo

#e144cc Color Hex

#E144CC
(225,68,204)
0 Favorites   0 Comments

Color spaces of #e144cc

RGB 22568204
HSL0.860.720.57
HSV308°70°88°
CMYK 0.000.700.09   0.12
XYZ44.017524.501459.5360
Yxy24.50140.34370.1913
Hunter Lab49.498972.1103-36.6633
CIE-Lab56.586373.9686-38.3958

#e144cc color RGB value is (225,68,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 11001100
Octal 341 104 314
Decimal 225 68 204
Hex E1 44 CC

RGB Percentages of Color #e144cc

%45.27
%13.68
%41.05

CMYK Percentages of Color #e144cc

%0
%70
%9
%12

Triadic Colors of #e144cc

#e144cc #cce144 #44cce1

Analogous Colors of #e144cc

#e144cc #e1447e #a844e1

Monochromatic Colors of #e144cc

#e144cc

Complementary Color

#e144cc #44e159

#e144cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e144cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e144cc Color CSS Codes

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

#e144cc Text Font Color

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

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


#e144cc Background Color

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

This div background color is #e144cc


#e144cc Border Color

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

This div border color is #e144cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e144cc


Comments

No comments written yet.

Please login to write comment.