Color Hex Logo

#e144ca Color Hex

#E144CA
(225,68,202)
0 Favorites   0 Comments

Color spaces of #e144ca

RGB 22568202
HSL0.860.720.57
HSV309°70°88°
CMYK 0.000.700.10   0.12
XYZ43.779124.406158.2805
Yxy24.40610.34620.1930
Hunter Lab49.402571.7271-35.3630
CIE-Lab56.492173.6752-37.4005

#e144ca color RGB value is (225,68,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 11001010
Octal 341 104 312
Decimal 225 68 202
Hex E1 44 CA

RGB Percentages of Color #e144ca

%45.45
%13.74
%40.81

CMYK Percentages of Color #e144ca

%0
%70
%10
%12

Triadic Colors of #e144ca

#e144ca #cae144 #44cae1

Analogous Colors of #e144ca

#e144ca #e1447c #aa44e1

Monochromatic Colors of #e144ca

#e144ca

Complementary Color

#e144ca #44e15b

#e144ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e144ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e144ca Color CSS Codes

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

#e144ca Text Font Color

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

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


#e144ca Background Color

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

This div background color is #e144ca


#e144ca Border Color

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

This div border color is #e144ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e144ca


Comments

No comments written yet.

Please login to write comment.