Color Hex Logo

#e244db Color Hex

#E244DB
(226,68,219)
0 Favorites   0 Comments

Color spaces of #e244db

RGB 22668219
HSL0.840.730.58
HSV303°70°89°
CMYK 0.000.700.03   0.11
XYZ46.217325.417569.4880
Yxy25.41750.32750.1801
Hunter Lab50.415875.4075-46.4283
CIE-Lab57.480076.4566-45.5025

#e244db color RGB value is (226,68,219).

#e244db hex color red value is 226, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e244db hue: 0.84 , saturation: 0.73 and the lightness value of e244db is 0.58.

The process color (four color CMYK) of #e244db color hex is 0.00, 0.70, 0.03, 0.11. Web safe color of #e244db is #cc33cc. Color #e244db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000100 11011011
Octal 342 104 333
Decimal 226 68 219
Hex E2 44 DB

RGB Percentages of Color #e244db

%44.05
%13.26
%42.69

CMYK Percentages of Color #e244db

%0
%70
%3
%11

Triadic Colors of #e244db

#e244db #dbe244 #44dbe2

Analogous Colors of #e244db

#e244db #e2448c #9a44e2

Monochromatic Colors of #e244db

#e244db

Complementary Color

#e244db #44e24b

#e244db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e244db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e244db Color CSS Codes

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

#e244db Text Font Color

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

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


#e244db Background Color

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

This div background color is #e244db


#e244db Border Color

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

This div border color is #e244db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e244db


Comments

No comments written yet.

Please login to write comment.