Color Hex Logo

#e144cd Color Hex

#E144CD
(225,68,205)
0 Favorites   0 Comments

Color spaces of #e144cd

RGB 22568205
HSL0.850.720.57
HSV308°70°88°
CMYK 0.000.700.09   0.12
XYZ44.137924.549660.1698
Yxy24.54960.34250.1905
Hunter Lab49.547672.3030-37.3176
CIE-Lab56.633974.1160-38.8921

#e144cd color RGB value is (225,68,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 11001101
Octal 341 104 315
Decimal 225 68 205
Hex E1 44 CD

RGB Percentages of Color #e144cd

%45.18
%13.65
%41.16

CMYK Percentages of Color #e144cd

%0
%70
%9
%12

Triadic Colors of #e144cd

#e144cd #cde144 #44cde1

Analogous Colors of #e144cd

#e144cd #e1447f #a744e1

Monochromatic Colors of #e144cd

#e144cd

Complementary Color

#e144cd #44e158

#e144cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e144cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e144cd Color CSS Codes

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

#e144cd Text Font Color

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

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


#e144cd Background Color

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

This div background color is #e144cd


#e144cd Border Color

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

This div border color is #e144cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e144cd


Comments

No comments written yet.

Please login to write comment.