Color Hex Logo

#e341de Color Hex

#E341DE
(227,65,222)
0 Favorites   0 Comments

Color spaces of #e341de

RGB 22765222
HSL0.840.740.57
HSV302°71°89°
CMYK 0.000.710.02   0.11
XYZ46.753725.385471.5429
Yxy25.38540.32540.1767
Hunter Lab50.383977.4670-48.9204
CIE-Lab57.449078.1052-47.2368

#e341de color RGB value is (227,65,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 11011110
Octal 343 101 336
Decimal 227 65 222
Hex E3 41 DE

RGB Percentages of Color #e341de

%44.16
%12.65
%43.19

CMYK Percentages of Color #e341de

%0
%71
%2
%11

Triadic Colors of #e341de

#e341de #dee341 #41dee3

Analogous Colors of #e341de

#e341de #e3418d #9741e3

Monochromatic Colors of #e341de

#e341de

Complementary Color

#e341de #41e346

#e341de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e341de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e341de Color CSS Codes

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

#e341de Text Font Color

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

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


#e341de Background Color

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

This div background color is #e341de


#e341de Border Color

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

This div border color is #e341de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e341de


Comments

No comments written yet.

Please login to write comment.