Color Hex Logo

#e328eb Color Hex

#E328EB
(227,40,235)
0 Favorites   0 Comments

Color spaces of #e328eb

RGB 22740235
HSL0.830.830.54
HSV298°83°92°
CMYK 0.030.830.00   0.08
XYZ47.432723.846680.7001
Yxy23.84660.31210.1569
Hunter Lab48.833087.9238-63.7980
CIE-Lab55.933986.5375-56.9717

#e328eb color RGB value is (227,40,235).

#e328eb hex color red value is 227, green value is 40 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e328eb hue: 0.83 , saturation: 0.83 and the lightness value of e328eb is 0.54.

The process color (four color CMYK) of #e328eb color hex is 0.03, 0.83, 0.00, 0.08. Web safe color of #e328eb is #cc33ff. Color #e328eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101000 11101011
Octal 343 50 353
Decimal 227 40 235
Hex E3 28 EB

RGB Percentages of Color #e328eb

%45.22
%7.97
%46.81

CMYK Percentages of Color #e328eb

%3
%83
%0
%8

Triadic Colors of #e328eb

#e328eb #ebe328 #28ebe3

Analogous Colors of #e328eb

#e328eb #eb2892 #8228eb

Monochromatic Colors of #e328eb

#e328eb

Complementary Color

#e328eb #30eb28

#e328eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e328eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e328eb Color CSS Codes

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

#e328eb Text Font Color

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

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


#e328eb Background Color

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

This div background color is #e328eb


#e328eb Border Color

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

This div border color is #e328eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,40,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e328eb


Comments

No comments written yet.

Please login to write comment.