Color Hex Logo

#e344de Color Hex

#E344DE
(227,68,222)
0 Favorites   0 Comments

Color spaces of #e344de

RGB 22768222
HSL0.840.740.58
HSV302°70°89°
CMYK 0.000.700.02   0.11
XYZ46.930525.739171.6019
Yxy25.73910.32530.1784
Hunter Lab50.733776.3349-48.1640
CIE-Lab57.788677.1385-46.6991

#e344de color RGB value is (227,68,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000100 11011110
Octal 343 104 336
Decimal 227 68 222
Hex E3 44 DE

RGB Percentages of Color #e344de

%43.91
%13.15
%42.94

CMYK Percentages of Color #e344de

%0
%70
%2
%11

Triadic Colors of #e344de

#e344de #dee344 #44dee3

Analogous Colors of #e344de

#e344de #e3448f #9944e3

Monochromatic Colors of #e344de

#e344de

Complementary Color

#e344de #44e349

#e344de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e344de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e344de Color CSS Codes

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

#e344de Text Font Color

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

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


#e344de Background Color

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

This div background color is #e344de


#e344de Border Color

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

This div border color is #e344de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,68,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 #e344de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e344de


Comments

No comments written yet.

Please login to write comment.