Color Hex Logo

#e328de Color Hex

#E328DE
(227,40,222)
0 Favorites   0 Comments

Color spaces of #e328de

RGB 22740222
HSL0.840.770.52
HSV302°82°89°
CMYK 0.000.820.02   0.11
XYZ45.622223.122471.1658
Yxy23.12240.32610.1653
Hunter Lab48.085885.2049-54.0878
CIE-Lab55.198284.5970-50.8115

#e328de color RGB value is (227,40,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101000 11011110
Octal 343 50 336
Decimal 227 40 222
Hex E3 28 DE

RGB Percentages of Color #e328de

%46.42
%8.18
%45.40

CMYK Percentages of Color #e328de

%0
%82
%2
%11

Triadic Colors of #e328de

#e328de #dee328 #28dee3

Analogous Colors of #e328de

#e328de #e32881 #8b28e3

Monochromatic Colors of #e328de

#e328de

Complementary Color

#e328de #28e32d

#e328de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e328de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e328de Color CSS Codes

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

#e328de Text Font Color

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

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


#e328de Background Color

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

This div background color is #e328de


#e328de Border Color

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

This div border color is #e328de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e328de


Comments

No comments written yet.

Please login to write comment.