Color Hex Logo

#e144ee Color Hex

#E144EE
(225,68,238)
0 Favorites   0 Comments

Color spaces of #e144ee

RGB 22568238
HSL0.820.830.60
HSV295°71°93°
CMYK 0.050.710.00   0.07
XYZ48.551126.314883.4093
Yxy26.31480.30680.1663
Hunter Lab51.298079.1704-60.4956
CIE-Lab58.334779.2822-54.8355

#e144ee color RGB value is (225,68,238).

#e144ee hex color red value is 225, green value is 68 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e144ee hue: 0.82 , saturation: 0.83 and the lightness value of e144ee is 0.60.

The process color (four color CMYK) of #e144ee color hex is 0.05, 0.71, 0.00, 0.07. Web safe color of #e144ee is #cc33ff. Color #e144ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 11101110
Octal 341 104 356
Decimal 225 68 238
Hex E1 44 EE

RGB Percentages of Color #e144ee

%42.37
%12.81
%44.82

CMYK Percentages of Color #e144ee

%5
%71
%0
%7

Triadic Colors of #e144ee

#e144ee #eee144 #44eee1

Analogous Colors of #e144ee

#e144ee #ee44a6 #8c44ee

Monochromatic Colors of #e144ee

#e144ee

Complementary Color

#e144ee #51ee44

#e144ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e144ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e144ee Color CSS Codes

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

#e144ee Text Font Color

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

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


#e144ee Background Color

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

This div background color is #e144ee


#e144ee Border Color

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

This div border color is #e144ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e144ee


Comments

No comments written yet.

Please login to write comment.