Color Hex Logo

#e249de Color Hex

#E249DE
(226,73,222)
0 Favorites   0 Comments

Color spaces of #e249de

RGB 22673222
HSL0.840.730.59
HSV302°68°89°
CMYK 0.000.680.02   0.11
XYZ46.931426.207871.6923
Yxy26.20780.32400.1810
Hunter Lab51.193674.0501-47.1952
CIE-Lab58.233875.2221-46.0047

#e249de color RGB value is (226,73,222).

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

The process color (four color CMYK) of #e249de color hex is 0.00, 0.68, 0.02, 0.11. Web safe color of #e249de is #cc33cc. Color #e249de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001001 11011110
Octal 342 111 336
Decimal 226 73 222
Hex E2 49 DE

RGB Percentages of Color #e249de

%43.38
%14.01
%42.61

CMYK Percentages of Color #e249de

%0
%68
%2
%11

Triadic Colors of #e249de

#e249de #dee249 #49dee2

Analogous Colors of #e249de

#e249de #e24992 #9a49e2

Monochromatic Colors of #e249de

#e249de

Complementary Color

#e249de #49e24d

#e249de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e249de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e249de Color CSS Codes

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

#e249de Text Font Color

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

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


#e249de Background Color

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

This div background color is #e249de


#e249de Border Color

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

This div border color is #e249de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e249de


Comments

No comments written yet.

Please login to write comment.